| 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 d0a928df003d8f39f8d7748fd224e8586cc372a7..c67798ada4553532954cfccf1ec526f219254d83 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1441,6 +1441,7 @@ class CORE_EXPORT UseCounter {
|
| ScrollbarUseHorizontalScrollbarButton = 1780,
|
| ScrollbarUseHorizontalScrollbarThumb = 1781,
|
| ScrollbarUseHorizontalScrollbarTrack = 1782,
|
| + InertAttribute = 1783,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|