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

Unified Diff: mojo/gles2/control_thunks_impl.h

Issue 1320833003: Expose SignalSyncPoint through MGL api (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 4 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
Index: mojo/gles2/control_thunks_impl.h
diff --git a/mojo/gles2/control_thunks_impl.h b/mojo/gles2/control_thunks_impl.h
index 0543adfb81a9f1808a8a6280387d18f6cf97c18c..fd9a29496666776f864defc9271a58068c56309c 100644
--- a/mojo/gles2/control_thunks_impl.h
+++ b/mojo/gles2/control_thunks_impl.h
@@ -47,8 +47,7 @@ class ControlThunksImpl {
void* GetGLES2Interface(MojoGLES2Context context);
- void SignalSyncPoint(MojoGLES2Context context,
- uint32_t sync_point,
+ void SignalSyncPoint(uint32_t sync_point,
MojoGLES2SignalSyncPointCallback callback,
void* closure);
« no previous file with comments | « no previous file | mojo/gles2/control_thunks_impl.cc » ('j') | mojo/public/platform/native/mgl_signal_sync_point_thunks.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698