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

Unified Diff: blimp/client/feature/compositor/blimp_input_handler_wrapper.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: 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
Index: blimp/client/feature/compositor/blimp_input_handler_wrapper.cc
diff --git a/blimp/client/feature/compositor/blimp_input_handler_wrapper.cc b/blimp/client/feature/compositor/blimp_input_handler_wrapper.cc
index 5e38f33a8c7c5cfcae26ab3c906ce996ca1f0a61..9f24ec8590cdd32d1d1ee371dd46f6bff30ffbe3 100644
--- a/blimp/client/feature/compositor/blimp_input_handler_wrapper.cc
+++ b/blimp/client/feature/compositor/blimp_input_handler_wrapper.cc
@@ -97,6 +97,10 @@ void BlimpInputHandlerWrapper::DidOverscroll(
DCHECK(compositor_thread_checker_.CalledOnValidThread());
}
+void BlimpInputHandlerWrapper::DidStartFlinging() {
+ DCHECK(compositor_thread_checker_.CalledOnValidThread());
+}
+
void BlimpInputHandlerWrapper::DidStopFlinging() {
DCHECK(compositor_thread_checker_.CalledOnValidThread());
}

Powered by Google App Engine
This is Rietveld 408576698