summaryrefslogtreecommitdiff
path: root/devel/electron4/files/patch-ui_events_event__switches.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron4/files/patch-ui_events_event__switches.h')
-rw-r--r--devel/electron4/files/patch-ui_events_event__switches.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron4/files/patch-ui_events_event__switches.h b/devel/electron4/files/patch-ui_events_event__switches.h
deleted file mode 100644
index c108eddfd102..000000000000
--- a/devel/electron4/files/patch-ui_events_event__switches.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- ui/events/event_switches.h.orig 2019-03-15 06:38:27 UTC
-+++ ui/events/event_switches.h
-@@ -14,7 +14,7 @@ namespace switches {
- EVENTS_BASE_EXPORT extern const char kEnableScrollPrediction[];
- EVENTS_BASE_EXPORT extern const char kCompensateForUnstablePinchZoom[];
-
--#if defined(OS_LINUX)
-+#if defined(OS_LINUX) || defined(OS_FREEBSD)
- EVENTS_BASE_EXPORT extern const char kTouchDevices[];
- EVENTS_BASE_EXPORT extern const char kPenDevices[];
- #endif