Index: gpu/command_buffer/client/gles2_interface_stub_autogen.h |
diff --git a/gpu/command_buffer/client/gles2_interface_stub_autogen.h b/gpu/command_buffer/client/gles2_interface_stub_autogen.h |
index ee4e044e80d396d0c4f75f5385b9d3cc41693a61..7e4f9a46c00abd8fa2d84e82483778f6dcafdc4f 100644 |
--- a/gpu/command_buffer/client/gles2_interface_stub_autogen.h |
+++ b/gpu/command_buffer/client/gles2_interface_stub_autogen.h |
@@ -737,7 +737,8 @@ void DiscardFramebufferEXT(GLenum target, |
const GLenum* attachments) override; |
void LoseContextCHROMIUM(GLenum current, GLenum other) override; |
GLuint InsertSyncPointCHROMIUM() override; |
-void WaitSyncPointCHROMIUM(GLuint sync_point) override; |
+void WaitSyncPointCHROMIUM(GLuint sync_point, |
+ const GLbyte* sync_token) override; |
GLuint64 InsertFenceSyncCHROMIUM() override; |
void GenSyncTokenCHROMIUM(GLuint64 fence_sync, GLbyte* sync_token) override; |
void GenUnverifiedSyncTokenCHROMIUM(GLuint64 fence_sync, |