Index: gpu/command_buffer/client/gles2_c_lib_autogen.h |
diff --git a/gpu/command_buffer/client/gles2_c_lib_autogen.h b/gpu/command_buffer/client/gles2_c_lib_autogen.h |
index a0d3fa62f360e949f3f64746e5b5ea3ff6f7c087..4349fd205db14e9295e55f40ced3ad8cf26e11f7 100644 |
--- a/gpu/command_buffer/client/gles2_c_lib_autogen.h |
+++ b/gpu/command_buffer/client/gles2_c_lib_autogen.h |
@@ -588,6 +588,12 @@ void GLES2RegisterSharedIdsCHROMIUM( |
GLboolean GLES2EnableFeatureCHROMIUM(const char* feature) { |
return gles2::GetGLContext()->EnableFeatureCHROMIUM(feature); |
} |
+void* GLES2MapBufferCHROMIUM(GLuint target, GLenum access) { |
+ return gles2::GetGLContext()->MapBufferCHROMIUM(target, access); |
+} |
+GLboolean GLES2UnmapBufferCHROMIUM(GLuint target) { |
+ return gles2::GetGLContext()->UnmapBufferCHROMIUM(target); |
+} |
void* GLES2MapBufferSubDataCHROMIUM( |
GLuint target, GLintptr offset, GLsizeiptr size, GLenum access) { |
return gles2::GetGLContext()->MapBufferSubDataCHROMIUM( |