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

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

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.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;

Powered by Google App Engine
This is Rietveld 408576698