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

Unified Diff: content/renderer/input/input_handler_manager_client.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: Refactor and rename 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: content/renderer/input/input_handler_manager_client.h
diff --git a/content/renderer/input/input_handler_manager_client.h b/content/renderer/input/input_handler_manager_client.h
index 7400afe97a1457657c352808754615755a8d5080..993f340b6c0e53afe11ce8288d00f38af9d9b476 100644
--- a/content/renderer/input/input_handler_manager_client.h
+++ b/content/renderer/input/input_handler_manager_client.h
@@ -51,6 +51,7 @@ class CONTENT_EXPORT InputHandlerManagerClient {
virtual void DidStopFlinging(int routing_id) = 0;
virtual void NotifyInputEventHandled(int routing_id,
blink::WebInputEvent::Type type) = 0;
+ virtual void SetIsFlinging(bool is_flinging) = 0;
protected:
InputHandlerManagerClient() {}

Powered by Google App Engine
This is Rietveld 408576698