| 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 40f9c3706b7b2d0ac17881e5aa4814a73fd4cb48..f7bf9a3ee4f2ed430f75d3bef9ccf6f40a208b04 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1270,6 +1270,13 @@ public:
|
| VisualViewportResizeFired = 1466,
|
| NodeGetRootNode = 1467,
|
| SlotChangeEventAddListener = 1468,
|
| + CSSValueAppearanceButtonRendered = 1469,
|
| + CSSValueAppearanceButtonForAnchor = 1470,
|
| + CSSValueAppearanceButtonForButton = 1471,
|
| + CSSValueAppearanceButtonForOtherButtons = 1472,
|
| + CSSValueAppearanceTextFieldRendered = 1473,
|
| + CSSValueAppearanceTextFieldForSearch = 1474,
|
| + CSSValueAppearanceTextFieldForTextField = 1475,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|