| 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;
|
| }
|
|
|