Index: content/browser/renderer_host/render_widget_host_impl.h |
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h |
index 06d502f31d452a0cc087931c9e632733d1e6a441..e295f09783a5c0a6854c560a8dd4d2310ba87717 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -806,6 +806,8 @@ class CONTENT_EXPORT RenderWidgetHostImpl |
// not sent to the renderer. |
bool has_touch_handler_; |
+ bool is_in_gesture_scroll_; |
Charlie Reis
2015/09/18 04:30:36
Does this need a TODO for when it can be removed?
wjmaclean
2015/09/18 15:30:57
Done.
|
+ |
scoped_ptr<SyntheticGestureController> synthetic_gesture_controller_; |
scoped_ptr<TouchEmulator> touch_emulator_; |