| 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 58113e7e4a279693483acb04f211cef57f9a1724..0e62f3c07db6c84838577363d970feea333478b0 100644
|
| --- a/third_party/WebKit/Source/core/frame/UseCounter.h
|
| +++ b/third_party/WebKit/Source/core/frame/UseCounter.h
|
| @@ -1174,6 +1174,7 @@ public:
|
| DurableStoragePersisted = 1370,
|
| DurableStorageEstimate = 1371,
|
| UntrustedEventDefaultHandled = 1372,
|
| + // The following two items (FixedRasterScale*) are unused.
|
| FixedRasterScaleBlurryContent = 1373,
|
| FixedRasterScalePotentialPerformanceRegression = 1374,
|
| CSSDeepCombinatorAndShadow = 1375,
|
|
|