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

Unified Diff: ui/events/blink/input_handler_proxy_unittest.cc

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: Sync the fling states 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
Index: ui/events/blink/input_handler_proxy_unittest.cc
diff --git a/ui/events/blink/input_handler_proxy_unittest.cc b/ui/events/blink/input_handler_proxy_unittest.cc
index 86cf66250c85ba43faf54cdb3275a9afe0fae3f8..17897f8653ef444f6b6f2dab064248cc99a9dc58 100644
--- a/ui/events/blink/input_handler_proxy_unittest.cc
+++ b/ui/events/blink/input_handler_proxy_unittest.cc
@@ -223,6 +223,7 @@ class MockInputHandlerProxyClient
const gfx::PointF& causal_event_viewport_point));
void DidStopFlinging() override {}
void DidAnimateForInput() override {}
+ void DidStartFlinging(bool is_on_impl) override {}
private:
DISALLOW_COPY_AND_ASSIGN(MockInputHandlerProxyClient);
« tools/metrics/histograms/histograms.xml ('K') | « ui/events/blink/input_handler_proxy_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698