| Index: mojo/public/c/gles2/gles2.h
|
| diff --git a/mojo/public/c/gles2/gles2.h b/mojo/public/c/gles2/gles2.h
|
| index b8196b97828729232b4a7a78d2fc08d4c9650793..247084d77f5d0e82949b06010f955ad30281f34e 100644
|
| --- a/mojo/public/c/gles2/gles2.h
|
| +++ b/mojo/public/c/gles2/gles2.h
|
| @@ -28,11 +28,6 @@ MOJO_GLES2_EXPORT MojoGLES2Context
|
| MOJO_GLES2_EXPORT void MojoGLES2DestroyContext(MojoGLES2Context context);
|
| MOJO_GLES2_EXPORT void MojoGLES2MakeCurrent(MojoGLES2Context context);
|
| MOJO_GLES2_EXPORT void MojoGLES2SwapBuffers(void);
|
| -MOJO_GLES2_EXPORT void MojoGLES2SignalSyncPoint(
|
| - MojoGLES2Context context,
|
| - uint32_t sync_point,
|
| - MojoGLES2SignalSyncPointCallback callback,
|
| - void* closure);
|
|
|
| // TODO(piman): We shouldn't have to leak this interface, especially in a
|
| // type-unsafe way.
|
|
|