| Index: mojo/gpu/mojo_gles2_impl_autogen.cc
|
| diff --git a/mojo/gpu/mojo_gles2_impl_autogen.cc b/mojo/gpu/mojo_gles2_impl_autogen.cc
|
| index 0cecad575e87578d9b5a969aba88e1506c07a55e..3ee22aef22b085bc9ff6aac26dc34558eb8b2197 100644
|
| --- a/mojo/gpu/mojo_gles2_impl_autogen.cc
|
| +++ b/mojo/gpu/mojo_gles2_impl_autogen.cc
|
| @@ -1630,14 +1630,6 @@ void MojoGLES2Impl::LoseContextCHROMIUM(GLenum current, GLenum other) {
|
| MojoGLES2MakeCurrent(context_);
|
| glLoseContextCHROMIUM(current, other);
|
| }
|
| -GLuint MojoGLES2Impl::InsertSyncPointCHROMIUM() {
|
| - MojoGLES2MakeCurrent(context_);
|
| - return glInsertSyncPointCHROMIUM();
|
| -}
|
| -void MojoGLES2Impl::WaitSyncPointCHROMIUM(GLuint sync_point) {
|
| - MojoGLES2MakeCurrent(context_);
|
| - glWaitSyncPointCHROMIUM(sync_point);
|
| -}
|
| GLuint64 MojoGLES2Impl::InsertFenceSyncCHROMIUM() {
|
| MojoGLES2MakeCurrent(context_);
|
| return glInsertFenceSyncCHROMIUM();
|
|
|