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); |