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

Unified Diff: ppapi/c/dev/pp_graphics_3d_dev.h

Issue 7624003: Removed PPB_Graphics3D::GetString(). Versioning should be handled in pepper at a higher level. (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') | ppapi/c/dev/ppb_graphics_3d_dev.h » ('J')
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 97019)
+++ ppapi/c/dev/pp_graphics_3d_dev.h (working copy)
@@ -13,13 +13,6 @@
PP_GRAPHICS3DERROR_CONTEXT_LOST = 0x300E
};
-enum PP_Graphics3DString_Dev {
- PP_GRAPHICS3DSTRING_VENDOR = 0x3053,
- PP_GRAPHICS3DSTRING_VERSION = 0x3054,
- // Which extensions are supported.
- PP_GRAPHICS3DSTRING_EXTENSIONS = 0x3055
-};
-
enum PP_Graphics3DAttrib_Dev {
// Bits of Alpha in the color buffer.
PP_GRAPHICS3DATTRIB_ALPHA_SIZE = 0x3021,
« no previous file with comments | « no previous file | ppapi/c/dev/ppb_graphics_3d_dev.h » ('j') | ppapi/c/dev/ppb_graphics_3d_dev.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698