Chromium Code Reviews| Index: content/browser/renderer_host/render_widget_host_input_event_router.h |
| diff --git a/content/browser/renderer_host/render_widget_host_input_event_router.h b/content/browser/renderer_host/render_widget_host_input_event_router.h |
| index 70f8b05b8e241715ea116565b79a6518c98a7c64..2a69955e0144519a55db0e686f6a1c8cc1b46dad 100644 |
| --- a/content/browser/renderer_host/render_widget_host_input_event_router.h |
| +++ b/content/browser/renderer_host/render_widget_host_input_event_router.h |
| @@ -137,6 +137,8 @@ class CONTENT_EXPORT RenderWidgetHostInputEventRouter |
| TargetData bubbling_gesture_scroll_target_; |
| TargetData first_bubbling_scroll_target_; |
| int active_touches_; |
| + bool in_touchscreen_gesture_pinch_; |
|
Charlie Reis
2016/07/28 17:23:02
Can you add comments for these? It's a bit unfort
wjmaclean
2016/07/29 14:28:31
Done.
|
| + bool root_view_gesture_scrolling_; |
|
Charlie Reis
2016/07/28 17:23:02
Is this stale? It's never initialized, and looks
wjmaclean
2016/07/29 14:28:31
Yes, thanks for catching it!
Done.
|
| std::unordered_map<cc::SurfaceId, HittestData, cc::SurfaceIdHash> |
| hittest_data_; |