| Index: content/public/common/content_features.h
|
| diff --git a/content/public/common/content_features.h b/content/public/common/content_features.h
|
| index c0f5c6adbea205edea02536c04038299d0b6aaac..d94aa96869a62c95a1d4f7179cf4b49d39d442cd 100644
|
| --- a/content/public/common/content_features.h
|
| +++ b/content/public/common/content_features.h
|
| @@ -16,6 +16,7 @@ namespace features {
|
|
|
| // All features in alphabetical order. The features should be documented
|
| // alongside the definition of their values in the .cc file.
|
| +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 kCompositeOpaqueScrollers;
|
| @@ -49,6 +50,7 @@ CONTENT_EXPORT extern const base::Feature kStaleWhileRevalidate;
|
| CONTENT_EXPORT extern const base::Feature kTimerThrottlingForHiddenFrames;
|
| CONTENT_EXPORT extern const base::Feature kTokenBinding;
|
| CONTENT_EXPORT extern const base::Feature kTouchpadAndWheelScrollLatching;
|
| +CONTENT_EXPORT extern const base::Feature kWebAssembly;
|
| CONTENT_EXPORT extern const base::Feature kWebGLImageChromium;
|
| CONTENT_EXPORT extern const base::Feature kWebRtcEcdsaDefault;
|
| CONTENT_EXPORT extern const base::Feature kWebRtcUseGpuMemoryBufferVideoFrames;
|
|
|