Index: gpu/command_buffer/client/gles2_implementation_autogen.h |
diff --git a/gpu/command_buffer/client/gles2_implementation_autogen.h b/gpu/command_buffer/client/gles2_implementation_autogen.h |
index 8b5d22b8e512898e695d5b7542c9405f1df6cdc4..b24819bbc5144e65b6d093ed6304967c8a678de6 100644 |
--- a/gpu/command_buffer/client/gles2_implementation_autogen.h |
+++ b/gpu/command_buffer/client/gles2_implementation_autogen.h |
@@ -572,7 +572,7 @@ virtual void* MapBufferCHROMIUM(GLuint target, GLenum access) OVERRIDE; |
virtual GLboolean UnmapBufferCHROMIUM(GLuint target) OVERRIDE; |
-virtual void* MapImageCHROMIUM(GLuint image_id, GLenum access) OVERRIDE; |
+virtual void* MapImageCHROMIUM(GLuint image_id) OVERRIDE; |
virtual void UnmapImageCHROMIUM(GLuint image_id) OVERRIDE; |
@@ -619,7 +619,8 @@ virtual GLuint CreateStreamTextureCHROMIUM(GLuint texture) OVERRIDE; |
virtual GLuint CreateImageCHROMIUM(GLsizei width, |
GLsizei height, |
- GLenum internalformat) OVERRIDE; |
+ GLenum internalformat, |
+ GLenum usage) OVERRIDE; |
virtual void DestroyImageCHROMIUM(GLuint image_id) OVERRIDE; |