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

Unified Diff: ppapi/api/private/ppb_flash.idl

Issue 10501006: Connect up flash blacklist entries to GetSettingInt (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | « content/common/view_messages.h ('k') | ppapi/c/private/ppb_flash.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/private/ppb_flash.idl
diff --git a/ppapi/api/private/ppb_flash.idl b/ppapi/api/private/ppb_flash.idl
index a08c4d001c8fce83efa10c8accc74b45683e6d32..0d0b5906fae6204c3630a0ccfd6cb214a9b755d3 100644
--- a/ppapi/api/private/ppb_flash.idl
+++ b/ppapi/api/private/ppb_flash.idl
@@ -34,7 +34,13 @@ enum PP_FlashSetting {
* Specifies if the given instance is in private/inconito/off-the-record mode
* (returns 1) or "regular" mode (returns 0). Returns -1 on invalid instance.
*/
- PP_FLASHSETTING_INCOGNITO = 2
+ PP_FLASHSETTING_INCOGNITO = 2,
+
+ /**
+ * Specifies if arbitrary 3d commands are supported (returns 1), or if 3d
+ * should only be used for drawing 2d and video (returns 0).
brettw 2012/06/04 21:06:28 Can you be more explicit about how this overlaps w
+ */
+ PP_FLASHSETTING_STAGE3DENABLED = 3
};
/**
« no previous file with comments | « content/common/view_messages.h ('k') | ppapi/c/private/ppb_flash.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698