| 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 e7511e4b936d6ad504b2b87cf8a7c26a459a970f..af05fc53e67b1cea5e557d7d7004f7de51db859d 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| @@ -1033,6 +1033,16 @@ void GLES2InterfaceStub::ScheduleOverlayPlaneCHROMIUM(
|
| GLfloat /* uv_y */,
|
| GLfloat /* uv_width */,
|
| GLfloat /* uv_height */) {}
|
| +void GLES2InterfaceStub::ScheduleSolidColorOverlayPlaneCHROMIUM(
|
| + GLint /* plane_z_order */,
|
| + GLint /* bounds_x */,
|
| + GLint /* bounds_y */,
|
| + GLint /* bounds_width */,
|
| + GLint /* bounds_height */,
|
| + GLclampf /* red */,
|
| + GLclampf /* green */,
|
| + GLclampf /* blue */,
|
| + GLclampf /* alpha */) {}
|
| void GLES2InterfaceStub::SwapInterval(GLint /* interval */) {}
|
| void GLES2InterfaceStub::FlushDriverCachesCHROMIUM() {}
|
| void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */,
|
|
|