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

Unified Diff: third_party/WebKit/Source/web/WebViewImpl.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/WebViewImpl.h
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
index f94b6956b3eff9c0cca24d8d0e9e61df62f8963c..bc54d9ef1bf73a6efb5270b34925c7a0d81f6477 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.h
+++ b/third_party/WebKit/Source/web/WebViewImpl.h
@@ -149,6 +149,8 @@ class WEB_EXPORT WebViewImpl final
const WebFloatSize& elasticOverscrollDelta,
float pageScaleDelta,
float browserControlsShownRatioDelta) override;
+ void RecordWheelAndTouchScrollingCount(bool hasScrolledByWheel,
+ bool hasScrolledByTouch) override;
void mouseCaptureLost() override;
void setFocus(bool enable) override;
WebRange compositionRange() override;

Powered by Google App Engine
This is Rietveld 408576698