| Index: content/public/common/web_preferences.cc
|
| diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc
|
| index b61e1dc839067d3d922429cb68fcc4c2978d85b3..09abfcfb55de1b0ceca2ce7096c14df0b8f2765a 100644
|
| --- a/content/public/common/web_preferences.cc
|
| +++ b/content/public/common/web_preferences.cc
|
| @@ -190,7 +190,7 @@ WebPreferences::WebPreferences()
|
| use_solid_color_scrollbars(false),
|
| navigate_on_drag_drop(true),
|
| v8_cache_options(V8_CACHE_OPTIONS_DEFAULT),
|
| - slimming_paint_enabled(false),
|
| + slimming_paint_enabled(true),
|
| cookie_enabled(true),
|
| pepper_accelerated_video_decode_enabled(false),
|
| animation_policy(IMAGE_ANIMATION_POLICY_ALLOWED),
|
|
|