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

Unified Diff: content/renderer/input/input_handler_manager.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: 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: content/renderer/input/input_handler_manager.h
diff --git a/content/renderer/input/input_handler_manager.h b/content/renderer/input/input_handler_manager.h
index f9ec35207e4152066834fb4500fd175a749bb846..59966e3689c497fbb2b4d9b0005a32b71b99f4a5 100644
--- a/content/renderer/input/input_handler_manager.h
+++ b/content/renderer/input/input_handler_manager.h
@@ -90,6 +90,8 @@ class CONTENT_EXPORT InputHandlerManager {
// Called from the compositor's thread.
void DidAnimateForInput();
+ void DidStartFlinging(bool is_on_impl);
+
private:
// Called from the compositor's thread.
void AddInputHandlerOnCompositorThread(

Powered by Google App Engine
This is Rietveld 408576698