Index: content/public/common/web_preferences.cc |
diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc |
index 32f798741c38c4f0066053ca19eb80b80aaa1302..2816a5a68cb3421e1a0d69cf2a548025990b955b 100644 |
--- a/content/public/common/web_preferences.cc |
+++ b/content/public/common/web_preferences.cc |
@@ -107,6 +107,7 @@ WebPreferences::WebPreferences() |
pointer_events_max_touch_points(0), |
sync_xhr_in_documents_enabled(true), |
deferred_image_decoding_enabled(false), |
+ decode_to_yuv_enabled(false), |
should_respect_image_orientation(false), |
number_of_cpu_cores(1), |
#if defined(OS_MACOSX) |