| 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 fa729d294604580e4dc6ccc7b88826f3921ca201..1c6e254f4c2bb9b8a04f6908fb2a61d8e9b65c90 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| @@ -1036,6 +1036,13 @@ void GLES2InterfaceStub::ScheduleOverlayPlaneCHROMIUM(
|
| GLfloat /* uv_y */,
|
| GLfloat /* uv_width */,
|
| GLfloat /* uv_height */) {}
|
| +void GLES2InterfaceStub::ScheduleCALayerCHROMIUM(
|
| + GLuint /* contents_texture_id */,
|
| + const GLfloat* /* contents_rect */,
|
| + GLfloat /* opacity */,
|
| + const GLuint /* background_color */,
|
| + const GLfloat* /* bounds_size */,
|
| + const GLfloat* /* transform */) {}
|
| void GLES2InterfaceStub::SwapInterval(GLint /* interval */) {}
|
| void GLES2InterfaceStub::FlushDriverCachesCHROMIUM() {}
|
| void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */,
|
|
|