Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: mojo/public/c/gles2/gles2.h

Issue 1615253006: Removed last references to old sync points. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed references in TestContextSupport Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/gles2/gles2_impl.cc ('k') | mojo/public/c/gles2/gles2_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « mojo/gles2/gles2_impl.cc ('k') | mojo/public/c/gles2/gles2_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698