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

Unified Diff: blimp/client/feature/compositor/blimp_input_handler_wrapper.h

Issue 2265393002: Refactor compositor event handling path to be callback-based (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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: blimp/client/feature/compositor/blimp_input_handler_wrapper.h
diff --git a/blimp/client/feature/compositor/blimp_input_handler_wrapper.h b/blimp/client/feature/compositor/blimp_input_handler_wrapper.h
index 5f734b418a68cd292228b75e454fe4895d675cf7..2d67e6178386e7e2865b095fc0ed4cfe56cdd80f 100644
--- a/blimp/client/feature/compositor/blimp_input_handler_wrapper.h
+++ b/blimp/client/feature/compositor/blimp_input_handler_wrapper.h
@@ -46,7 +46,8 @@ class BlimpInputHandlerWrapper : public ui::InputHandlerProxyClient {
void DidOverscroll(const gfx::Vector2dF& accumulated_overscroll,
const gfx::Vector2dF& latest_overscroll_delta,
const gfx::Vector2dF& current_fling_velocity,
- const gfx::PointF& causal_event_viewport_point) override;
+ const gfx::PointF& causal_event_viewport_point,
+ bool bundle_ack_with_triggering_event) override;
void DidStartFlinging() override;
void DidStopFlinging() override;
void DidAnimateForInput() override;

Powered by Google App Engine
This is Rietveld 408576698