summaryrefslogtreecommitdiffstats
path: root/ppapi/api
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/api')
-rw-r--r--ppapi/api/dev/pp_cursor_type_dev.idl3
1 files changed, 1 insertions, 2 deletions
diff --git a/ppapi/api/dev/pp_cursor_type_dev.idl b/ppapi/api/dev/pp_cursor_type_dev.idl
index 7166c2af..08abec3 100644
--- a/ppapi/api/dev/pp_cursor_type_dev.idl
+++ b/ppapi/api/dev/pp_cursor_type_dev.idl
@@ -7,8 +7,7 @@
* This file defines enumerations for cursor types.
*/
-[assert_size(4)]
-[notypedef] enum PP_CursorType_Dev {
+[assert_size(4),notypedef] enum PP_CursorType_Dev {
PP_CURSORTYPE_CUSTOM = -1,
PP_CURSORTYPE_POINTER = 0,
PP_CURSORTYPE_CROSS = 1,