diff options
Diffstat (limited to 'ppapi/api/pp_errors.idl')
-rw-r--r-- | ppapi/api/pp_errors.idl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ppapi/api/pp_errors.idl b/ppapi/api/pp_errors.idl index 02d065d..fc0ff4a 100644 --- a/ppapi/api/pp_errors.idl +++ b/ppapi/api/pp_errors.idl @@ -111,6 +111,13 @@ */ PP_ERROR_USERCANCEL = -40, /** + * This value indicates failure due to lack of a user gesture such as a + * mouse click or key input event. Examples of actions requiring a user + * gesture are showing the file chooser dialog and going into fullscreen + * mode. + */ + PP_ERROR_NO_USER_GESTURE = -41, + /** * This value indicates that the graphics context was lost due to a * power management event. */ |