| 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 18fe22305c20b98793569ec584133c035119d798..30b3a8c44dc9108018947a64ea2b21a2a548c86f 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1094,6 +1094,7 @@ public:
|
| ScriptPassesCSPDynamic = 1275,
|
| ScriptPassesCSPNonce = 1276,
|
| CSPWithUnsafeDynamic = 1277,
|
| + ScrollAnchored = 1278,
|
|
|
| // Add new features immediately above this line. Don't change assigned
|
| // numbers of any item, and don't reuse removed slots.
|
|
|