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

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

Issue 6893022: Add version-specific defines for each C interface. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 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/dev/ppb_opengles_dev.h
===================================================================
--- ppapi/c/dev/ppb_opengles_dev.h (revision 82872)
+++ ppapi/c/dev/ppb_opengles_dev.h (working copy)
@@ -31,7 +31,8 @@
typedef int GLclampx;
#endif // __gl2_h_
-#define PPB_OPENGLES2_DEV_INTERFACE "PPB_OpenGLES(Dev);2.0"
+#define PPB_OPENGLES2_DEV_INTERFACE_2 "PPB_OpenGLES(Dev);2.0"
polina 2011/04/27 03:40:26 2 or 2_0?
brettw 2011/04/27 03:50:47 Actually this string is all messed up. I renamed t
+#define PPB_OPENGLES2_DEV_INTERFACE PPB_OPENGLES2_DEV_INTERFACE_2
struct PPB_OpenGLES2_Dev {
void (*ActiveTexture)(PP_Resource context, GLenum texture);

Powered by Google App Engine
This is Rietveld 408576698