| Index: gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
| index f8b3dcba87741261c1b13f3df23894df0bc6834e..5f1d639bd2933cb10ad1a10a68f1929231d029a5 100644
|
| --- a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
| @@ -2830,13 +2830,14 @@ void ScheduleCALayerCHROMIUM(GLuint contents_texture_id,
|
| GLuint edge_aa_mask,
|
| GLboolean is_clipped,
|
| GLint sorting_context_id,
|
| + GLuint filter,
|
| GLuint shm_id,
|
| GLuint shm_offset) {
|
| gles2::cmds::ScheduleCALayerCHROMIUM* c =
|
| GetCmdSpace<gles2::cmds::ScheduleCALayerCHROMIUM>();
|
| if (c) {
|
| c->Init(contents_texture_id, opacity, background_color, edge_aa_mask,
|
| - is_clipped, sorting_context_id, shm_id, shm_offset);
|
| + is_clipped, sorting_context_id, filter, shm_id, shm_offset);
|
| }
|
| }
|
|
|
|
|