Index: content/public/common/web_preferences.h |
diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h |
index b0a95ca47fe1c7c4535dce6fe844d815b8005088..d0b8a4ca6e8bc6d2d9d5313fd283e5c42dc917e1 100644 |
--- a/content/public/common/web_preferences.h |
+++ b/content/public/common/web_preferences.h |
@@ -127,6 +127,7 @@ struct CONTENT_EXPORT WebPreferences { |
int pointer_events_max_touch_points; |
bool sync_xhr_in_documents_enabled; |
bool deferred_image_decoding_enabled; |
+ bool decode_to_yuv_enabled; |
bool should_respect_image_orientation; |
int number_of_cpu_cores; |
EditingBehavior editing_behavior; |