| Index: content/public/common/content_features.cc
|
| diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
|
| index a7fcfae51462d1352f3224029136210965ec8dd0..9c78c0250b7b87d589b9119c9d572c39a4ff55b7 100644
|
| --- a/content/public/common/content_features.cc
|
| +++ b/content/public/common/content_features.cc
|
| @@ -190,7 +190,7 @@
|
|
|
| // 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{
|
|
|