Index: ppapi/native_client/src/shared/ppapi_proxy/plugin_opengles.cc |
=================================================================== |
--- ppapi/native_client/src/shared/ppapi_proxy/plugin_opengles.cc (revision 99860) |
+++ ppapi/native_client/src/shared/ppapi_proxy/plugin_opengles.cc (working copy) |
@@ -9,7 +9,7 @@ |
#include "native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.h" |
#include "gpu/command_buffer/client/gles2_implementation.h" |
-#include "ppapi/c/ppb_opengles.h" |
+#include "ppapi/c/dev/ppb_opengles_dev.h" |
using ppapi_proxy::PluginGraphics3D; |
using ppapi_proxy::PluginResource; |
@@ -632,8 +632,8 @@ |
} // namespace |
-const PPB_OpenGLES2* PluginGraphics3D::GetOpenGLESInterface() { |
- const static struct PPB_OpenGLES2 ppb_opengles = { |
+const PPB_OpenGLES2_Dev* PluginGraphics3D::GetOpenGLESInterface() { |
+ const static struct PPB_OpenGLES2_Dev ppb_opengles = { |
&ActiveTexture, |
&AttachShader, |
&BindAttribLocation, |
Property changes on: ppapi/native_client/src/shared/ppapi_proxy/plugin_opengles.cc |
___________________________________________________________________ |
Added: svn:mergeinfo |