| Index: gpu/command_buffer/client/gles2_interface_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_interface_autogen.h b/gpu/command_buffer/client/gles2_interface_autogen.h
|
| index f363388d1279bd2db11120f283b805db7ded632e..b81f72688ea1eb9efbb517a36b030ff99e222a73 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_autogen.h
|
| @@ -759,6 +759,9 @@ virtual void ScheduleCALayerSharedStateCHROMIUM(GLfloat opacity,
|
| const GLfloat* clip_rect,
|
| GLint sorting_context_id,
|
| const GLfloat* transform) = 0;
|
| +virtual void ScheduleCALayerFilterEffectsCHROMIUM(
|
| + GLsizei count,
|
| + const GLCALayerFilterEffect* effects) = 0;
|
| virtual void ScheduleCALayerCHROMIUM(GLuint contents_texture_id,
|
| const GLfloat* contents_rect,
|
| GLuint background_color,
|
|
|