| Index: gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_c_lib_autogen.h b/gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| index 77139dbac40232128560c392a55bad7795eb0094..0dd7d03631ac9dc1f738aa0ff7582906672bf4d5 100644
|
| --- a/gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| @@ -1530,10 +1530,12 @@ GLES2ScheduleDCLayerCHROMIUM(GLsizei num_textures,
|
| GLuint background_color,
|
| GLuint edge_aa_mask,
|
| const GLfloat* bounds_rect,
|
| - GLuint filter) {
|
| + GLuint filter,
|
| + GLsizei color_space_size,
|
| + const GLvoid* color_space) {
|
| gles2::GetGLContext()->ScheduleDCLayerCHROMIUM(
|
| num_textures, contents_texture_ids, contents_rect, background_color,
|
| - edge_aa_mask, bounds_rect, filter);
|
| + edge_aa_mask, bounds_rect, filter, color_space_size, color_space);
|
| }
|
| void GL_APIENTRY GLES2MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) {
|
| gles2::GetGLContext()->MatrixLoadfCHROMIUM(matrixMode, m);
|
|
|