Index: gpu/command_buffer/client/gles2_implementation_autogen.h |
=================================================================== |
--- gpu/command_buffer/client/gles2_implementation_autogen.h (revision 72652) |
+++ gpu/command_buffer/client/gles2_implementation_autogen.h (working copy) |
@@ -879,10 +879,7 @@ |
void UnmapTexSubImage2DCHROMIUM(const void* mem); |
void CopyTextureToParentTextureCHROMIUM( |
- GLuint client_child_id, GLuint client_parent_id) { |
- helper_->CopyTextureToParentTextureCHROMIUM( |
- client_child_id, client_parent_id); |
-} |
+ GLuint client_child_id, GLuint client_parent_id); |
void ResizeCHROMIUM(GLuint width, GLuint height) { |
helper_->ResizeCHROMIUM(width, height); |