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

Unified Diff: third_party/WebKit/Source/web/WebViewFrameWidget.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: 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..b1ff4090a87554db8ff71116b4d81d071c4dfc01 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