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

Unified Diff: ppapi/c/dev/pp_graphics_3d_dev.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
« no previous file with comments | « no previous file | ppapi/c/dev/ppb_graphics_3d_dev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/dev/pp_graphics_3d_dev.h
===================================================================
--- ppapi/c/dev/pp_graphics_3d_dev.h (revision 99369)
+++ ppapi/c/dev/pp_graphics_3d_dev.h (working copy)
@@ -8,11 +8,6 @@
#include "ppapi/c/pp_stdint.h"
-enum PP_Graphics3DError_Dev {
- PP_GRAPHICS3DERROR_BAD_ATTRIBUTE = 0x3004,
- PP_GRAPHICS3DERROR_CONTEXT_LOST = 0x300E
-};
-
enum PP_Graphics3DAttrib_Dev {
// Bits of Alpha in the color buffer.
PP_GRAPHICS3DATTRIB_ALPHA_SIZE = 0x3021,
@@ -32,8 +27,6 @@
PP_GRAPHICS3DATTRIB_SAMPLE_BUFFERS = 0x3032,
// Attrib list terminator.
PP_GRAPHICS3DATTRIB_NONE = 0x3038,
-
- // Surface-specific attributes.
// Height of surface in pixels.
PP_GRAPHICS3DATTRIB_HEIGHT = 0x3056,
// Width of surface in pixels.
« no previous file with comments | « no previous file | ppapi/c/dev/ppb_graphics_3d_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698