| 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 77bdc764825baaf6d9f61bf9e38b1af159e2a7f4..f2f03700fe570c7e6fad942c9d4ae04d34890252 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1080,6 +1080,7 @@ public:
|
| DocumentCreateEventMIDIMessageEvent = 1226,
|
| DocumentCreateEventCloseEvent = 1227,
|
| DocumentCreateEventKeyboardEvents = 1228,
|
| + DeprecateSVGZoomEvent = 1229,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|