| Index: content/public/common/web_preferences.cc
|
| diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc
|
| index 6b599c096e09dcdfe6e9e2fd4157abace2567b8a..c751121219446a27b2a49860354d25f6aac10960 100644
|
| --- a/content/public/common/web_preferences.cc
|
| +++ b/content/public/common/web_preferences.cc
|
| @@ -178,6 +178,7 @@ WebPreferences::WebPreferences()
|
| navigate_on_drag_drop(true),
|
| v8_cache_options(V8_CACHE_OPTIONS_DEFAULT),
|
| slimming_paint_v2_enabled(false),
|
| + blink_synchronized_painting_enabled(false),
|
| cookie_enabled(true),
|
| pepper_accelerated_video_decode_enabled(false),
|
| animation_policy(IMAGE_ANIMATION_POLICY_ALLOWED),
|
|
|