| Index: cc/trees/quad_culler.cc
|
| diff --git a/cc/trees/quad_culler.cc b/cc/trees/quad_culler.cc
|
| index 2e63020cce903e33b07a3caa115a3247b34c29ea..6c58d48425b0c733ccac332cf096b02f9480fa83 100644
|
| --- a/cc/trees/quad_culler.cc
|
| +++ b/cc/trees/quad_culler.cc
|
| @@ -96,9 +96,7 @@ bool QuadCuller::Append(scoped_ptr<DrawQuad> draw_quad,
|
| layer_->render_target(),
|
| draw_quad->rect,
|
| draw_quad->quadTransform(),
|
| - impl_draw_transform_is_unknown,
|
| - draw_quad->isClipped(),
|
| - draw_quad->clipRect());
|
| + impl_draw_transform_is_unknown);
|
| }
|
|
|
| return AppendQuadInternal(draw_quad.Pass(),
|
|
|