| Index: content/public/common/content_features.h
|
| diff --git a/content/public/common/content_features.h b/content/public/common/content_features.h
|
| index 5dcb61e63e7c4fab96c0840f61dd786702095e0c..5702032311f15a59d731ce65514cc1c97e40f328 100644
|
| --- a/content/public/common/content_features.h
|
| +++ b/content/public/common/content_features.h
|
| @@ -19,6 +19,7 @@ namespace features {
|
| CONTENT_EXPORT extern const base::Feature kAsmJsToWebAssembly;
|
| CONTENT_EXPORT extern const base::Feature kBrotliEncoding;
|
| CONTENT_EXPORT extern const base::Feature kCanvas2DImageChromium;
|
| +CONTENT_EXPORT extern const base::Feature kCompositeOpaqueFixedPosition;
|
| CONTENT_EXPORT extern const base::Feature kCompositeOpaqueScrollers;
|
| CONTENT_EXPORT extern const base::Feature kCredentialManagementAPI;
|
| CONTENT_EXPORT extern const base::Feature kDefaultEnableGpuRasterization;
|
|
|