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

Unified Diff: ppapi/c/pp_errors.h

Issue 7824040: Pepper 3D API changes: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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
Index: ppapi/c/pp_errors.h
===================================================================
--- ppapi/c/pp_errors.h (revision 99369)
+++ ppapi/c/pp_errors.h (working copy)
@@ -85,7 +85,12 @@
* 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 | « ppapi/c/dev/ppb_graphics_3d_dev.h ('k') | ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698