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

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, 9 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
« no previous file with comments | « ppapi/shared_impl/ppapi_preferences.cc ('k') | webkit/common/webpreferences.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/webpreferences.h
===================================================================
--- webkit/common/webpreferences.h (revision 254895)
+++ webkit/common/webpreferences.h (working copy)
@@ -165,6 +165,10 @@
// without raising a DOM security exception.
bool cookie_enabled;
+ // This flag indicates whether H/W accelerated video decode is enabled for
+ // pepper plugins. Defaults to false.
+ bool pepper_accelerated_video_decode_enabled;
+
#if defined(OS_ANDROID)
bool text_autosizing_enabled;
float font_scale_factor;
« no previous file with comments | « ppapi/shared_impl/ppapi_preferences.cc ('k') | webkit/common/webpreferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698