Index: cc/trees/quad_culler.cc |
diff --git a/cc/trees/quad_culler.cc b/cc/trees/quad_culler.cc |
index 760c79dad8d1358a67a96f4d5f0f69c4a4381882..28ba05dd59ab271ce6f118000eb16ebf82c8bfac 100644 |
--- a/cc/trees/quad_culler.cc |
+++ b/cc/trees/quad_culler.cc |
@@ -99,8 +99,6 @@ bool QuadCuller::Append(scoped_ptr<DrawQuad> draw_quad, |
draw_quad->rect, |
draw_quad->quadTransform(), |
impl_draw_transform_is_unknown, |
- draw_quad->isClipped(), |
- draw_quad->clipRect(), |
&has_occlusion_from_outside_target_surface); |
} |