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

Unified Diff: components/test_runner/event_sender.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
« no previous file with comments | « cc/trees/layer_tree_settings.cc ('k') | components/test_runner/event_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/event_sender.h
diff --git a/components/test_runner/event_sender.h b/components/test_runner/event_sender.h
index ec28645bc35a7f4889d26cc7a849580b1ec792f8..27c1b880a68a4d80f39fcd22e31ec0019e4e9290 100644
--- a/components/test_runner/event_sender.h
+++ b/components/test_runner/event_sender.h
@@ -60,10 +60,6 @@ class EventSender {
void DoDragDrop(const blink::WebDragData&, blink::WebDragOperationsMask);
- void set_send_wheel_gestures(bool send_wheel_gestures) {
- send_wheel_gestures_ = send_wheel_gestures;
- }
-
private:
friend class EventSenderBindings;
@@ -255,7 +251,6 @@ class EventSender {
const blink::WebView* view() const;
blink::WebView* view();
- bool send_wheel_gestures_;
bool force_layout_on_events_;
// When set to true (the default value), we batch mouse move and mouse up
« no previous file with comments | « cc/trees/layer_tree_settings.cc ('k') | components/test_runner/event_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698