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

Unified Diff: webkit/common/webpreferences.h

Issue 188143003: Ensure that pepper plugins honor the GPU H/W video decode blacklist and the disable-accelerated-vid… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 10 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: webkit/common/webpreferences.h
===================================================================
--- webkit/common/webpreferences.h (revision 254462)
+++ webkit/common/webpreferences.h (working copy)
@@ -169,6 +169,10 @@
// without raising a DOM security exception.
bool cookie_enabled;
+ // This flag indicates whether H/W accelerated video decode is enabled.
+ // Defaults to false.
+ bool accelerated_video_decode_enabled;
+
#if defined(OS_ANDROID)
bool text_autosizing_enabled;
float font_scale_factor;

Powered by Google App Engine
This is Rietveld 408576698