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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 2631113003: Add metric to know how user use scrollbar (Closed)
Patch Set: rebase 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/paint/PaintInvalidationCapableScrollableArea.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index 66c1d0b4635d7363572f736f6110d15f5d37ad08..9008007204e8823c921eac527aa45264de820a2c 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1444,6 +1444,12 @@ class CORE_EXPORT UseCounter {
CSSSelectorInternalMediaControlsTextTrackListItemInput = 1774,
CSSSelectorInternalMediaControlsTextTrackListKindCaptions = 1775,
CSSSelectorInternalMediaControlsTextTrackListKindSubtitles = 1776,
+ ScrollbarUseVerticalScrollbarButton = 1777,
+ ScrollbarUseVerticalScrollbarThumb = 1778,
+ ScrollbarUseVerticalScrollbarTrack = 1779,
+ ScrollbarUseHorizontalScrollbarButton = 1780,
+ ScrollbarUseHorizontalScrollbarThumb = 1781,
+ ScrollbarUseHorizontalScrollbarTrack = 1782,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/paint/PaintInvalidationCapableScrollableArea.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698