| 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 8361149d7679ab414aeb784926f068a02555b52f..28c4ad100064204dc6dbb3484c1788109895322e 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| @@ -1016,6 +1016,9 @@ void GLES2InterfaceStub::ScheduleCALayerCHROMIUM(
|
| GLint /* sorting_context_id */,
|
| const GLfloat* /* transform */,
|
| GLuint /* filter */) {}
|
| +void GLES2InterfaceStub::ScheduleCALayerInUseQueryCHROMIUM(
|
| + GLuint /* n */,
|
| + const GLuint* /* textures */) {}
|
| void GLES2InterfaceStub::CommitOverlayPlanesCHROMIUM() {}
|
| void GLES2InterfaceStub::SwapInterval(GLint /* interval */) {}
|
| void GLES2InterfaceStub::FlushDriverCachesCHROMIUM() {}
|
|
|