summaryrefslogtreecommitdiffstats
path: root/ui/events/event_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/events/event_utils.h')
-rw-r--r--ui/events/event_utils.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ui/events/event_utils.h b/ui/events/event_utils.h
index e077522..9c40ab5 100644
--- a/ui/events/event_utils.h
+++ b/ui/events/event_utils.h
@@ -123,12 +123,6 @@ EVENTS_EXPORT bool GetGestureTimes(const base::NativeEvent& native_event,
double* start_time,
double* end_time);
-// Enable/disable natural scrolling for touchpads.
-EVENTS_EXPORT void SetNaturalScroll(bool enabled);
-
-// In natural scrolling enabled for touchpads?
-EVENTS_EXPORT bool IsNaturalScrollEnabled();
-
// Returns whether natural scrolling should be used for touchpad.
EVENTS_EXPORT bool ShouldDefaultToNaturalScroll();