Index: gpu/command_buffer/client/gles2_c_lib_autogen.h |
=================================================================== |
--- gpu/command_buffer/client/gles2_c_lib_autogen.h (revision 92876) |
+++ gpu/command_buffer/client/gles2_c_lib_autogen.h (working copy) |
@@ -568,12 +568,6 @@ |
void GLES2RequestExtensionCHROMIUM(const char* extension) { |
gles2::GetGLContext()->RequestExtensionCHROMIUM(extension); |
} |
-void GLES2SetLatchCHROMIUM(GLuint latch_id) { |
- gles2::GetGLContext()->SetLatchCHROMIUM(latch_id); |
-} |
-void GLES2WaitLatchCHROMIUM(GLuint latch_id) { |
- gles2::GetGLContext()->WaitLatchCHROMIUM(latch_id); |
-} |
void GLES2RateLimitOffscreenContextCHROMIUM() { |
gles2::GetGLContext()->RateLimitOffscreenContextCHROMIUM(); |
} |