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

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

Issue 1923973002: Add UMA metric for tracking listeners for blocking touch while fling is happening (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change comments in histogram Created 4 years, 7 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 | blimp/client/feature/compositor/blimp_input_handler_wrapper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e9177943703f1e6946c908465d7ab43ef17101c8..5f734b418a68cd292228b75e454fe4895d675cf7 100644
--- a/blimp/client/feature/compositor/blimp_input_handler_wrapper.h
+++ b/blimp/client/feature/compositor/blimp_input_handler_wrapper.h
@@ -47,6 +47,7 @@ class BlimpInputHandlerWrapper : public ui::InputHandlerProxyClient {
const gfx::Vector2dF& latest_overscroll_delta,
const gfx::Vector2dF& current_fling_velocity,
const gfx::PointF& causal_event_viewport_point) override;
+ void DidStartFlinging() override;
void DidStopFlinging() override;
void DidAnimateForInput() override;
« no previous file with comments | « no previous file | blimp/client/feature/compositor/blimp_input_handler_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698