| 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 6d7fcf646596a8fd51bc2383d5f0d6139528ddb9..7186f95aba0c2a722ac8579f68e4d09c0abccc44 100644
|
| --- a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
|
| @@ -2851,12 +2851,16 @@ void ScheduleOverlayPlaneCHROMIUM(GLint plane_z_order,
|
| void ScheduleCALayerCHROMIUM(GLuint contents_texture_id,
|
| GLfloat opacity,
|
| GLuint background_color,
|
| + GLuint edge_aa_mask,
|
| + GLboolean is_clipped,
|
| + GLint sorting_context_id,
|
| GLuint shm_id,
|
| GLuint shm_offset) {
|
| gles2::cmds::ScheduleCALayerCHROMIUM* c =
|
| GetCmdSpace<gles2::cmds::ScheduleCALayerCHROMIUM>();
|
| if (c) {
|
| - c->Init(contents_texture_id, opacity, background_color, shm_id, shm_offset);
|
| + c->Init(contents_texture_id, opacity, background_color, edge_aa_mask,
|
| + is_clipped, sorting_context_id, shm_id, shm_offset);
|
| }
|
| }
|
|
|
|
|