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

Unified Diff: ppapi/c/private/ppb_flash.h

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
Index: ppapi/c/private/ppb_flash.h
diff --git a/ppapi/c/private/ppb_flash.h b/ppapi/c/private/ppb_flash.h
index b7dc4bcb33a1a29dbcbe9b0f696980330e26c721..0b9a6c63a4628072a5e62af5930df000c060139f 100644
--- a/ppapi/c/private/ppb_flash.h
+++ b/ppapi/c/private/ppb_flash.h
@@ -3,7 +3,7 @@
* found in the LICENSE file.
*/
-/* From private/ppb_flash.idl modified Tue May 01 16:01:19 2012. */
+/* From private/ppb_flash.idl modified Wed May 30 16:02:49 2012. */
#ifndef PPAPI_C_PRIVATE_PPB_FLASH_H_
#define PPAPI_C_PRIVATE_PPB_FLASH_H_
@@ -55,7 +55,12 @@ typedef enum {
* 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).
+ */
+ PP_FLASHSETTING_STAGE3DENABLED = 3
} PP_FlashSetting;
PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_FlashSetting, 4);
/**

Powered by Google App Engine
This is Rietveld 408576698