| 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 67f1e055def71ca49ceb48196c96f189df3d4456..29aa946651bdb8a6fddc8028c8c086079a9b547f 100644
|
| --- a/gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_c_lib_autogen.h
|
| @@ -1508,11 +1508,12 @@ void GL_APIENTRY GLES2ScheduleCALayerCHROMIUM(GLuint contents_texture_id,
|
| GLboolean is_clipped,
|
| const GLfloat* clip_rect,
|
| GLint sorting_context_id,
|
| - const GLfloat* transform) {
|
| + const GLfloat* transform,
|
| + GLuint filter) {
|
| gles2::GetGLContext()->ScheduleCALayerCHROMIUM(
|
| contents_texture_id, contents_rect, opacity, background_color,
|
| edge_aa_mask, bounds_rect, is_clipped, clip_rect, sorting_context_id,
|
| - transform);
|
| + transform, filter);
|
| }
|
| void GL_APIENTRY GLES2CommitOverlayPlanesCHROMIUM() {
|
| gles2::GetGLContext()->CommitOverlayPlanesCHROMIUM();
|
|
|