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

Unified Diff: gpu/command_buffer/client/gles2_interface_stub_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: gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
diff --git a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
index 6bdbb54c503714c3dfe4e694327a586afc3dd810..382dce71e2e158cf0b9288d20abd772362bb93e6 100644
--- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
+++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
@@ -1010,7 +1010,9 @@ void GLES2InterfaceStub::LoseContextCHROMIUM(GLenum /* current */,
GLuint GLES2InterfaceStub::InsertSyncPointCHROMIUM() {
return 0;
}
-void GLES2InterfaceStub::WaitSyncPointCHROMIUM(GLuint /* sync_point */) {}
+void GLES2InterfaceStub::WaitSyncPointCHROMIUM(GLuint /* sync_point */,
+ const GLbyte* /* sync_token */) {
+}
GLuint64 GLES2InterfaceStub::InsertFenceSyncCHROMIUM() {
return 0;
}

Powered by Google App Engine
This is Rietveld 408576698