Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1210)

Unified Diff: ui/events/blink/input_handler_proxy.h

Issue 2047093002: Remove enable/disable wheel gestures setting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@can_scroll_remove
Patch Set: Remove unused, uninitialized variable on mac causing occasional failure Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/events/blink/input_handler_proxy.h
diff --git a/ui/events/blink/input_handler_proxy.h b/ui/events/blink/input_handler_proxy.h
index 40ef289bd9b2ef1465225f133edd53a2c489f21b..3e10d9a1ee82724ab22737e587bf086641e1f1e3 100644
--- a/ui/events/blink/input_handler_proxy.h
+++ b/ui/events/blink/input_handler_proxy.h
@@ -47,9 +47,6 @@ class InputHandlerProxy
}
void set_smooth_scroll_enabled(bool value) { smooth_scroll_enabled_ = value; }
- void set_use_gesture_events_for_mouse_wheel(bool value) {
- use_gesture_events_for_mouse_wheel_ = value;
- }
enum EventDisposition {
DID_HANDLE,
@@ -204,7 +201,6 @@ class InputHandlerProxy
bool smooth_scroll_enabled_;
bool uma_latency_reporting_enabled_;
- bool use_gesture_events_for_mouse_wheel_;
// The merged result of the last touch start with previous touch starts.
// This value will get returned for subsequent TouchMove events to allow
« no previous file with comments | « content/shell/renderer/layout_test/layout_test_content_renderer_client.cc ('k') | ui/events/blink/input_handler_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698