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

Unified Diff: content/browser/renderer_host/input/immediate_input_router.h

Issue 25552003: Enable TouchEvent suppression on scroll for all platforms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test cleanup Created 7 years, 2 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 | « chrome/browser/about_flags.cc ('k') | content/browser/renderer_host/input/immediate_input_router.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/input/immediate_input_router.h
diff --git a/content/browser/renderer_host/input/immediate_input_router.h b/content/browser/renderer_host/input/immediate_input_router.h
index d453ed96a0e6bdbbfbe7e517d5f3b4b00ebe26c6..0d9cb7290ff84e47a2bfd34dfb72c61008638442 100644
--- a/content/browser/renderer_host/input/immediate_input_router.h
+++ b/content/browser/renderer_host/input/immediate_input_router.h
@@ -195,10 +195,6 @@ private:
// not sent to the renderer.
bool has_touch_handler_;
- // Whether enabling the optimization that sending no touch move events to
- // renderer while scrolling.
- bool enable_no_touch_to_renderer_while_scrolling_;
-
scoped_ptr<TouchEventQueue> touch_event_queue_;
scoped_ptr<GestureEventFilter> gesture_event_filter_;
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | content/browser/renderer_host/input/immediate_input_router.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698