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 a3db3b7524de224679ef20bfc1e166bbd31189d1..6b9a08f9cb87436e6d8e44b75cc95b35057e42e0 100644 |
--- a/mojo/gpu/mojo_gles2_impl_autogen.h |
+++ b/mojo/gpu/mojo_gles2_impl_autogen.h |
@@ -750,8 +750,6 @@ class MojoGLES2Impl : public gpu::gles2::GLES2Interface { |
GLsizei count, |
const GLenum* attachments) override; |
void LoseContextCHROMIUM(GLenum current, GLenum other) override; |
- GLuint InsertSyncPointCHROMIUM() override; |
- void WaitSyncPointCHROMIUM(GLuint sync_point) override; |
GLuint64 InsertFenceSyncCHROMIUM() override; |
void GenSyncTokenCHROMIUM(GLuint64 fence_sync, GLbyte* sync_token) override; |
void GenUnverifiedSyncTokenCHROMIUM(GLuint64 fence_sync, |