Chromium Code Reviews| 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 |
| }; |
| /** |