| Index: cc/render_pass_draw_quad.cc
|
| diff --git a/cc/render_pass_draw_quad.cc b/cc/render_pass_draw_quad.cc
|
| index 937a6215577fae16ad532aa33aa5519ac86465d8..5f3df0839df115c762f9715f19b1fba6c09452a5 100644
|
| --- a/cc/render_pass_draw_quad.cc
|
| +++ b/cc/render_pass_draw_quad.cc
|
| @@ -39,7 +39,7 @@ void RenderPassDrawQuad::SetNew(const SharedQuadState* shared_quad_state,
|
| float mask_tex_coord_scale_y,
|
| float mask_tex_coord_offset_x,
|
| float mask_tex_coord_offset_y) {
|
| - DCHECK(render_pass_id.layerId > 0);
|
| + DCHECK(render_pass_id.layer_id > 0);
|
| DCHECK(render_pass_id.index >= 0);
|
|
|
| gfx::Rect opaque_rect;
|
| @@ -70,7 +70,7 @@ void RenderPassDrawQuad::SetAll(const SharedQuadState* shared_quad_state,
|
| float mask_tex_coord_scale_y,
|
| float mask_tex_coord_offset_x,
|
| float mask_tex_coord_offset_y) {
|
| - DCHECK(render_pass_id.layerId > 0);
|
| + DCHECK(render_pass_id.layer_id > 0);
|
| DCHECK(render_pass_id.index >= 0);
|
|
|
| DrawQuad::SetAll(shared_quad_state, DrawQuad::RENDER_PASS, rect, opaque_rect,
|
|
|