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