Index: gpu/command_buffer/client/gles2_cmd_helper_autogen.h |
diff --git a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h |
index 0aacd91ee06293eefe29deba55921cb8b031c9b9..b75d8ec3238c46674abd7b60ff6e32ab4cc4640c 100644 |
--- a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h |
+++ b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h |
@@ -2729,14 +2729,6 @@ void LoseContextCHROMIUM(GLenum current, GLenum other) { |
} |
} |
-void WaitSyncPointCHROMIUM(GLuint sync_point) { |
- gles2::cmds::WaitSyncPointCHROMIUM* c = |
- GetCmdSpace<gles2::cmds::WaitSyncPointCHROMIUM>(); |
- if (c) { |
- c->Init(sync_point); |
- } |
-} |
- |
void InsertFenceSyncCHROMIUM(GLuint64 release_count) { |
gles2::cmds::InsertFenceSyncCHROMIUM* c = |
GetCmdSpace<gles2::cmds::InsertFenceSyncCHROMIUM>(); |