Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Unified Diff: content/public/common/web_preferences.cc

Issue 605373002: Chromium flag to enable accelerated YUV decoding (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)

Powered by Google App Engine
This is Rietveld 408576698