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

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: 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/android/synchronous_compositor_filter.cc
diff --git a/content/renderer/android/synchronous_compositor_filter.cc b/content/renderer/android/synchronous_compositor_filter.cc
index 94e800bfa089d8513864b41aa60898939987b6fe..bf0476e11b938409f7cccb7696f2c65a6b680827 100644
--- a/content/renderer/android/synchronous_compositor_filter.cc
+++ b/content/renderer/android/synchronous_compositor_filter.cc
@@ -282,4 +282,6 @@ bool SynchronousCompositorFilter::Entry::IsReady() {
return begin_frame_source && synchronous_input_handler_proxy;
}
+void SynchronousCompositorFilter::SetIsFlinging(bool is_flinging) {}
+
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698