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

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: 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: 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..7015b9c2d935e090a357c4b03b1a354b8ddab99b 100644
--- a/blimp/client/feature/compositor/blimp_input_handler_wrapper.cc
+++ b/blimp/client/feature/compositor/blimp_input_handler_wrapper.cc
@@ -105,5 +105,9 @@ void BlimpInputHandlerWrapper::DidAnimateForInput() {
DCHECK(compositor_thread_checker_.CalledOnValidThread());
}
+void BlimpInputHandlerWrapper::DidStartFlinging(bool is_on_impl) {
+ DCHECK(compositor_thread_checker_.CalledOnValidThread());
+}
+
} // namespace client
} // namespace blimp

Powered by Google App Engine
This is Rietveld 408576698