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

Unified Diff: mojo/gpu/mojo_gles2_impl_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: mojo/gpu/mojo_gles2_impl_autogen.h
diff --git a/mojo/gpu/mojo_gles2_impl_autogen.h b/mojo/gpu/mojo_gles2_impl_autogen.h
index 457054ab4432058fd50264cbd4e8f47de29abd8e..1f3c5a5a2565d29cd8b548d314d6f6607d0024b1 100644
--- a/mojo/gpu/mojo_gles2_impl_autogen.h
+++ b/mojo/gpu/mojo_gles2_impl_autogen.h
@@ -764,7 +764,8 @@ class MojoGLES2Impl : public gpu::gles2::GLES2Interface {
const GLenum* attachments) override;
void LoseContextCHROMIUM(GLenum current, GLenum other) override;
GLuint InsertSyncPointCHROMIUM() override;
- void WaitSyncPointCHROMIUM(GLuint sync_point) override;
+ void WaitSyncPointCHROMIUM(GLuint sync_point,
+ const GLbyte* sync_token) override;
GLuint64 InsertFenceSyncCHROMIUM() override;
void GenSyncTokenCHROMIUM(GLuint64 fence_sync, GLbyte* sync_token) override;
void GenUnverifiedSyncTokenCHROMIUM(GLuint64 fence_sync,

Powered by Google App Engine
This is Rietveld 408576698