| 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.
|
|
|