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

Unified Diff: ppapi/api/pp_errors.idl

Issue 7789014: Fix out of sync pp_errors.idl and ppb_input_event.idl (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 3 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
« no previous file with comments | « no previous file | ppapi/api/ppb_input_event.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/pp_errors.idl
===================================================================
--- ppapi/api/pp_errors.idl (revision 99823)
+++ ppapi/api/pp_errors.idl (working copy)
@@ -83,6 +83,11 @@
* This value indicates that the user cancelled rather than providing
* expected input.
*/
- PP_ERROR_USERCANCEL = -40
+ PP_ERROR_USERCANCEL = -40,
+ /**
+ * This value indicates that the graphics context was lost due to a
+ * power management event.
+ */
+ PP_ERROR_CONTEXT_LOST = -50
};
« no previous file with comments | « no previous file | ppapi/api/ppb_input_event.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698