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

Unified Diff: third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp

Issue 2737653004: UMA metrics for use count of wheel and touch scrolls. (Closed)
Patch Set: TODO for GRC usage added. Created 3 years, 9 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: third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp
diff --git a/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp b/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp
index 09a880a99047af4c4bdcfba98a866310f5e5525e..d31e86f12875f955069334868f8e0bd978086e67 100644
--- a/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp
+++ b/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp
@@ -140,6 +140,10 @@ void WebLayerTreeViewImplForTesting::ApplyViewportDeltas(
float pageScale,
float browserControlsDelta) {}
+void WebLayerTreeViewImplForTesting::RecordWheelAndTouchScrollingCount(
+ bool hasScrolledByWheel,
+ bool hasScrolledByTouch) {}
+
void WebLayerTreeViewImplForTesting::RequestNewCompositorFrameSink() {
// Intentionally do not create and set an CompositorFrameSink.
}

Powered by Google App Engine
This is Rietveld 408576698