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

Unified Diff: ui/compositor/compositor.h

Issue 2737653004: UMA metrics for use count of wheel and touch scrolls. (Closed)
Patch Set: layouttest updated. 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: ui/compositor/compositor.h
diff --git a/ui/compositor/compositor.h b/ui/compositor/compositor.h
index 4c8f8cb51bce873ac3b6877fb8c6e5b7c16d0da7..ca90f86d052ebd052f493960288d049184af9e77 100644
--- a/ui/compositor/compositor.h
+++ b/ui/compositor/compositor.h
@@ -356,6 +356,8 @@ class COMPOSITOR_EXPORT Compositor
const gfx::Vector2dF& elastic_overscroll_delta,
float page_scale,
float top_controls_delta) override {}
+ void RecordWheelAndTouchScrollingCount(bool has_scrolled_by_wheel,
+ bool has_scrolled_by_touch) override {}
void RequestNewCompositorFrameSink() override;
void DidInitializeCompositorFrameSink() override {}
void DidFailToInitializeCompositorFrameSink() override;
« third_party/WebKit/public/web/WebWidget.h ('K') | « third_party/WebKit/public/web/WebWidget.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698