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

Unified Diff: third_party/WebKit/Source/platform/Widget.h

Issue 2631113003: Add metric to know how user use scrollbar (Closed)
Patch Set: bokan comments addressed Created 3 years, 11 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/platform/Widget.h
diff --git a/third_party/WebKit/Source/platform/Widget.h b/third_party/WebKit/Source/platform/Widget.h
index 2c59cb0a6a31dd3addb94e191feb1321aef6d069..ae4073bb163cf5a3d70081fc6f27d0b7c78d4aab 100644
--- a/third_party/WebKit/Source/platform/Widget.h
+++ b/third_party/WebKit/Source/platform/Widget.h
@@ -126,6 +126,8 @@ class PLATFORM_EXPORT Widget : public GarbageCollectedFinalized<Widget> {
DECLARE_VIRTUAL_TRACE();
virtual void dispose() {}
+ virtual bool shouldSendScrollbarUseUMA(int part) { return false; }
+
private:
Member<Widget> m_parent;
IntRect m_frameRect;

Powered by Google App Engine
This is Rietveld 408576698