| Index: content/public/common/content_features.cc
|
| diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
|
| index 954b32a5f0ddc695068837ccde6661050c1aade7..b9995aae2b4fd0a1998c26d2883954ab5a2b7f34 100644
|
| --- a/content/public/common/content_features.cc
|
| +++ b/content/public/common/content_features.cc
|
| @@ -201,7 +201,7 @@ const base::Feature kSharedArrayBuffer{"SharedArrayBuffer",
|
|
|
| // Paint invalidation based on slimming paint. See https://goo.gl/eQczQW
|
| const base::Feature kSlimmingPaintInvalidation{
|
| - "SlimmingPaintInvalidation", base::FEATURE_ENABLED_BY_DEFAULT};
|
| + "SlimmingPaintInvalidation", base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
| // Speculatively launches Service Workers on mouse/touch events.
|
| const base::Feature kSpeculativeLaunchServiceWorker{
|
|
|