| 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 8d3cc0e540f7fd6b73c31fad6ef80d028f4b5b8b..5a93370858d5a0b3fada649aa10e3bbe94414381 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| @@ -1025,6 +1025,19 @@ void GLES2InterfaceStub::FlushDriverCachesCHROMIUM() {}
|
| GLuint GLES2InterfaceStub::GetLastFlushIdCHROMIUM() {
|
| return 0;
|
| }
|
| +void GLES2InterfaceStub::ScheduleDCLayerSharedStateCHROMIUM(
|
| + GLfloat /* opacity */,
|
| + GLboolean /* is_clipped */,
|
| + const GLfloat* /* clip_rect */,
|
| + GLint /* z_order */,
|
| + const GLfloat* /* transform */) {}
|
| +void GLES2InterfaceStub::ScheduleDCLayerCHROMIUM(
|
| + GLuint /* contents_texture_id */,
|
| + const GLfloat* /* contents_rect */,
|
| + GLuint /* background_color */,
|
| + GLuint /* edge_aa_mask */,
|
| + const GLfloat* /* bounds_rect */,
|
| + GLuint /* filter */) {}
|
| void GLES2InterfaceStub::MatrixLoadfCHROMIUM(GLenum /* matrixMode */,
|
| const GLfloat* /* m */) {}
|
| void GLES2InterfaceStub::MatrixLoadIdentityCHROMIUM(GLenum /* matrixMode */) {}
|
|
|