| 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 1a62df1a0b3492d92b436320e1709cb339c51489..348bc75e9ee043326c6ccb7e9d09a85780105b26 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1110,6 +1110,8 @@ public:
|
| FormValidationStarted = 1292,
|
| FormValidationAbortedSubmission = 1293,
|
| FormValidationShowedMessage = 1294,
|
| + WebAnimationsEasingAsFunctionLinear = 1295,
|
| + WebAnimationsEasingAsFunctionOther = 1296,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|