| 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 07a371554ba2d1879350e62b2c3c0c9d3a49c9a2..9b096cc4c0d7c98f7377b9c8352e65ec537874a5 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_autogen.h
|
| @@ -784,8 +784,9 @@ virtual void ScheduleDCLayerSharedStateCHROMIUM(GLfloat opacity,
|
| const GLfloat* clip_rect,
|
| GLint z_order,
|
| const GLfloat* transform) = 0;
|
| -virtual void ScheduleDCLayerCHROMIUM(GLuint contents_texture_id,
|
| - const GLfloat* contents_rect,
|
| +virtual void SetDCLayerTextureCHROMIUM(GLuint index,
|
| + GLuint contents_texture_id) = 0;
|
| +virtual void ScheduleDCLayerCHROMIUM(const GLfloat* contents_rect,
|
| GLuint background_color,
|
| GLuint edge_aa_mask,
|
| const GLfloat* bounds_rect,
|
|
|