| 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 762e10cf24c04326616b8b1ecb7e52142ab804b3..46ea2a442864ea2fafac654def80dbe7cc7a3b1a 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1342,6 +1342,8 @@ class CORE_EXPORT UseCounter {
|
| VRDeprecatedFieldOfView = 1621,
|
| VideoInCanvas = 1622,
|
| HiddenAutoplayedVideoInCanvas = 1623,
|
| + OffscreenCanvas = 1624,
|
| +
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
| // Also, run update_use_counter_feature_enum.py in
|
|
|