| Index: ppapi/api/dev/pp_cursor_type_dev.idl
|
| diff --git a/ppapi/api/dev/pp_cursor_type_dev.idl b/ppapi/api/dev/pp_cursor_type_dev.idl
|
| index 7166c2af4d6f35b12db785ef75642279658b3ff6..08abec3b224c18cd28136b8617d73917735ad917 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,
|
|
|