| 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 d34e1d28c6546cbf06e2d75eaa49738a75bc1f78..0d56a2590cb567a84dc0cbe4a07e657b33439910 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1163,6 +1163,9 @@ public:
|
| ProgressElementWithNoneAppearance = 1345,
|
| ProgressElementWithProgressBarAppearance = 1346,
|
| PointerEventAddListenerCount = 1347,
|
| + EventCancelBubbleAffected = 1348,
|
| + EventCancelBubbleWasChangedToTrue = 1349,
|
| + EventCancelBubbleWasChangedToFalse = 1350,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|