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

Unified Diff: ui/events/blink/input_handler_proxy.h

Issue 2744243009: [Compositor event queue] FlingCancel should clear on-going gesture flag (Closed)
Patch Set: Created 3 years, 9 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 | ui/events/blink/input_handler_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/blink/input_handler_proxy.h
diff --git a/ui/events/blink/input_handler_proxy.h b/ui/events/blink/input_handler_proxy.h
index f0fdd8dc7c1aacf173ba3e4e187ffd2846f7f5c0..0825d273ba2ee5c3d5787fec2e4f7a3f03c95a4d 100644
--- a/ui/events/blink/input_handler_proxy.h
+++ b/ui/events/blink/input_handler_proxy.h
@@ -260,7 +260,7 @@ class InputHandlerProxy
std::unique_ptr<DidOverscrollParams> current_overscroll_params_;
std::unique_ptr<CompositorThreadEventQueue> compositor_event_queue_;
- bool has_ongoing_compositor_scroll_pinch_;
+ bool has_ongoing_compositor_scroll_fling_pinch_;
std::unique_ptr<base::TickClock> tick_clock_;
« no previous file with comments | « no previous file | ui/events/blink/input_handler_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698