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

Unified Diff: cc/test/layer_tree_test.cc

Issue 2737653004: UMA metrics for use count of wheel and touch scrolls. (Closed)
Patch Set: use of fieldbit instead of normal enum 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: cc/test/layer_tree_test.cc
diff --git a/cc/test/layer_tree_test.cc b/cc/test/layer_tree_test.cc
index bb90d2c296fc6e466143a95cc5283e12b1eb0225..877345d47069a43f41ce4977c9d24ae924a7a744 100644
--- a/cc/test/layer_tree_test.cc
+++ b/cc/test/layer_tree_test.cc
@@ -322,6 +322,9 @@ class LayerTreeHostClientForTesting : public LayerTreeHostClient,
top_controls_delta);
}
+ void RecordWheelAndTouchScrollingCount(bool has_scrolled_by_wheel,
+ bool has_scrolled_by_touch) override {}
+
void RequestNewCompositorFrameSink() override {
test_hooks_->RequestNewCompositorFrameSink();
}

Powered by Google App Engine
This is Rietveld 408576698