| Index: content/public/common/content_features.cc
|
| diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
|
| index a1fa2e8cad27e3f6847ccd840a3f84c9682932ff..51efc08b552be920e7b5b596719a096e747ad30a 100644
|
| --- a/content/public/common/content_features.cc
|
| +++ b/content/public/common/content_features.cc
|
| @@ -31,7 +31,7 @@ const base::Feature kCanvas2DImageChromium{"Canvas2DImageChromium",
|
| // Enables the compositing of fixed position content that is opaque and can
|
| // preserve LCD text.
|
| const base::Feature kCompositeOpaqueFixedPosition{
|
| - "CompositeOpaqueFixedPosition", base::FEATURE_ENABLED_BY_DEFAULT};
|
| + "CompositeOpaqueFixedPosition", base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
| // Enables the compositing of scrolling content that supports painting the
|
| // background with the foreground, such that LCD text will still be enabled.
|
|
|