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

Unified Diff: third_party/WebKit/Source/web/WebViewFrameWidget.h

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/web/WebViewFrameWidget.h
diff --git a/third_party/WebKit/Source/web/WebViewFrameWidget.h b/third_party/WebKit/Source/web/WebViewFrameWidget.h
index 381931493de834ae399532f1d40aa97a754af178..306f6117b273feb2024aca5e1d567bdf147fb55e 100644
--- a/third_party/WebKit/Source/web/WebViewFrameWidget.h
+++ b/third_party/WebKit/Source/web/WebViewFrameWidget.h
@@ -63,6 +63,8 @@ class WebViewFrameWidget : public WebFrameWidgetBase {
const WebFloatSize& elasticOverscrollDelta,
float scaleFactor,
float browserControlsShownRatioDelta) override;
+ void recordWheelAndTouchScrollingCount(bool hasScrolledByWheel,
+ bool hasScrolledByTouch) override;
void mouseCaptureLost() override;
void setFocus(bool) override;
WebRange compositionRange() override;

Powered by Google App Engine
This is Rietveld 408576698