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

Unified Diff: third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h

Issue 1427543002: Modified old wait sync point functions to also accept new sync tokens. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix mock gpu video accelerator factory Created 5 years, 2 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: third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
diff --git a/third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h b/third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
index 0c5bf56a382a427a755973a0ded3705347989b92..4852bb5e3240d542c88d3eef25a795b05728e1f7 100644
--- a/third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
+++ b/third_party/mojo/src/mojo/public/c/gles2/gles2_call_visitor_chromium_extension_autogen.h
@@ -326,7 +326,10 @@ VISIT_GL_CALL(LoseContextCHROMIUM,
(GLenum current, GLenum other),
(current, other))
VISIT_GL_CALL(InsertSyncPointCHROMIUM, GLuint, (), ())
-VISIT_GL_CALL(WaitSyncPointCHROMIUM, void, (GLuint sync_point), (sync_point))
+VISIT_GL_CALL(WaitSyncPointCHROMIUM,
+ void,
+ (GLuint sync_point, const GLbyte* sync_token),
+ (sync_point, sync_token))
VISIT_GL_CALL(InsertFenceSyncCHROMIUM, GLuint64, (), ())
VISIT_GL_CALL(GenSyncTokenCHROMIUM,
void,

Powered by Google App Engine
This is Rietveld 408576698