| 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 c7122dcab02889d500f960197be874b69677cd0a..ed4b76a9cacd61e1630b88cb38d227f65ce60a18 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_stub_impl_autogen.h
|
| @@ -1007,6 +1007,9 @@ void GLES2InterfaceStub::ScheduleCALayerSharedStateCHROMIUM(
|
| const GLfloat* /* clip_rect */,
|
| GLint /* sorting_context_id */,
|
| const GLfloat* /* transform */) {}
|
| +void GLES2InterfaceStub::ScheduleCALayerFilterEffectsCHROMIUM(
|
| + GLsizei /* count */,
|
| + const GLCALayerFilterEffect* /* effects */) {}
|
| void GLES2InterfaceStub::ScheduleCALayerCHROMIUM(
|
| GLuint /* contents_texture_id */,
|
| const GLfloat* /* contents_rect */,
|
|
|