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

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

Issue 2813103003: VR: Stop mouse move events when scrolling/fling (Closed)
Patch Set: Address comments 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
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 365950b6aaa78f06034d676626da7b780994c509..82af7c7413d1cf212823c5adbb3523f4ff64310f 100644
--- a/content/browser/renderer_host/render_widget_host_impl.h
+++ b/content/browser/renderer_host/render_widget_host_impl.h
@@ -886,6 +886,8 @@ class CONTENT_EXPORT RenderWidgetHostImpl
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_;
« no previous file with comments | « no previous file | content/browser/renderer_host/render_widget_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698