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

Unified Diff: content/browser/renderer_host/render_widget_host_impl.h

Issue 2813103003: VR: Stop mouse move events when scrolling/fling (Closed)
Patch Set: Created 3 years, 8 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: 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 c6c682fa6e90c08649c1d8bf22a845ae0c4683ce..68635cfc4cec756d1dab7dc6b7886e32fcd008d3 100644
--- a/content/browser/renderer_host/render_widget_host_impl.h
+++ b/content/browser/renderer_host/render_widget_host_impl.h
@@ -881,6 +881,8 @@ class CONTENT_EXPORT RenderWidgetHostImpl : public RenderWidgetHost,
bool is_in_touchpad_gesture_scroll_;
bool is_in_touchscreen_gesture_scroll_;
+ bool is_in_touchpad_gesture_fling_;
+
std::unique_ptr<SyntheticGestureController> synthetic_gesture_controller_;
std::unique_ptr<TouchEmulator> touch_emulator_;

Powered by Google App Engine
This is Rietveld 408576698