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

Unified Diff: content/renderer/android/synchronous_compositor_filter.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: content/renderer/android/synchronous_compositor_filter.cc
diff --git a/content/renderer/android/synchronous_compositor_filter.cc b/content/renderer/android/synchronous_compositor_filter.cc
index d81b40787f19fa9bb4a4b93da2fca0660f66953f..9bde7f386e0f74d44ea472a0279c9cbc7f57e1e0 100644
--- a/content/renderer/android/synchronous_compositor_filter.cc
+++ b/content/renderer/android/synchronous_compositor_filter.cc
@@ -241,6 +241,8 @@ void SynchronousCompositorFilter::DidOverscroll(
proxy->DidOverscroll(params);
}
+void SynchronousCompositorFilter::DidStartFlinging(int routing_id) {}
+
void SynchronousCompositorFilter::DidStopFlinging(int routing_id) {
DCHECK(compositor_task_runner_->BelongsToCurrentThread());
Send(new InputHostMsg_DidStopFlinging(routing_id));
« no previous file with comments | « content/renderer/android/synchronous_compositor_filter.h ('k') | content/renderer/input/input_event_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698