diff options
Diffstat (limited to 'devel/electron6/files/patch-ui_base_ui__base__features.cc')
-rw-r--r-- | devel/electron6/files/patch-ui_base_ui__base__features.cc | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/electron6/files/patch-ui_base_ui__base__features.cc b/devel/electron6/files/patch-ui_base_ui__base__features.cc deleted file mode 100644 index b577c3f28576..000000000000 --- a/devel/electron6/files/patch-ui_base_ui__base__features.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- ui/base/ui_base_features.cc.orig 2019-09-10 11:14:39 UTC -+++ ui/base/ui_base_features.cc -@@ -108,7 +108,7 @@ const base::Feature kEnableAutomaticUiAdjustmentsForTo - "EnableAutomaticUiAdjustmentsForTouch", base::FEATURE_ENABLED_BY_DEFAULT}; - #endif // defined(OS_WIN) || defined(OS_CHROMEOS) - --#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) -+#if defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_BSD) - // Enables stylus appearing as touch when in contact with digitizer. - const base::Feature kDirectManipulationStylus = { - "DirectManipulationStylus", -@@ -118,7 +118,7 @@ const base::Feature kDirectManipulationStylus = { - base::FEATURE_DISABLED_BY_DEFAULT - #endif - }; --#endif // defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) -+#endif // defined(OS_WIN) || defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_BSD) - - const base::Feature kMash = {"Mash", base::FEATURE_DISABLED_BY_DEFAULT}; - |