| Index: content/public/common/web_preferences.cc
|
| diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc
|
| index 039a5ff0e4f90b49013ef021edfdaeb215173da6..ab28672a6346dca5a2dfe68ccb47e66f75ff5c05 100644
|
| --- a/content/public/common/web_preferences.cc
|
| +++ b/content/public/common/web_preferences.cc
|
| @@ -191,6 +191,7 @@ WebPreferences::WebPreferences()
|
| navigate_on_drag_drop(true),
|
| v8_cache_options(V8_CACHE_OPTIONS_DEFAULT),
|
| slimming_paint_enabled(false),
|
| + gl_rgb_support_enabled(true),
|
| cookie_enabled(true),
|
| pepper_accelerated_video_decode_enabled(false),
|
| animation_policy(IMAGE_ANIMATION_POLICY_ALLOWED),
|
|
|