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

Unified Diff: ppapi/shared_impl/ppapi_preferences.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: ppapi/shared_impl/ppapi_preferences.h
===================================================================
--- ppapi/shared_impl/ppapi_preferences.h (revision 254462)
+++ ppapi/shared_impl/ppapi_preferences.h (working copy)
@@ -29,6 +29,7 @@
bool is_stage3d_supported;
bool is_stage3d_baseline_supported;
bool is_webgl_supported;
+ bool is_accelerated_video_decode_enabled;
};
} // namespace ppapi

Powered by Google App Engine
This is Rietveld 408576698