| 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 13cbb5f3c17b575043ea2549a47ea067618494a8..1175e2ccaa0e8b0308742d4057fcfe14ec14258b 100644
|
| --- a/gpu/command_buffer/client/gles2_interface_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_interface_autogen.h
|
| @@ -790,7 +790,9 @@ virtual void ScheduleDCLayerCHROMIUM(GLsizei num_textures,
|
| GLuint background_color,
|
| GLuint edge_aa_mask,
|
| const GLfloat* bounds_rect,
|
| - GLuint filter) = 0;
|
| + GLuint filter,
|
| + GLsizei color_space_size,
|
| + const GLvoid* color_space) = 0;
|
| virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) = 0;
|
| virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) = 0;
|
| virtual GLuint GenPathsCHROMIUM(GLsizei range) = 0;
|
|
|