Index: mojo/gpu/mojo_gles2_impl_autogen.h |
diff --git a/mojo/gpu/mojo_gles2_impl_autogen.h b/mojo/gpu/mojo_gles2_impl_autogen.h |
index 457054ab4432058fd50264cbd4e8f47de29abd8e..1f3c5a5a2565d29cd8b548d314d6f6607d0024b1 100644 |
--- a/mojo/gpu/mojo_gles2_impl_autogen.h |
+++ b/mojo/gpu/mojo_gles2_impl_autogen.h |
@@ -764,7 +764,8 @@ class MojoGLES2Impl : public gpu::gles2::GLES2Interface { |
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, |