Index: cc/trees/layer_tree_host_impl_unittest.cc |
diff --git a/cc/trees/layer_tree_host_impl_unittest.cc b/cc/trees/layer_tree_host_impl_unittest.cc |
index 8f412565b6deff37e1d5bb3cde73b7b953005ef5..f09b31a9ed70284266c0d1e6ff3b85ddb5f3e793 100644 |
--- a/cc/trees/layer_tree_host_impl_unittest.cc |
+++ b/cc/trees/layer_tree_host_impl_unittest.cc |
@@ -2614,7 +2614,7 @@ class FakeLayerWithQuads : public LayerImpl { |
quad_sink->UseSharedQuadState(CreateSharedQuadState()); |
SkColor gray = SkColorSetRGB(100, 100, 100); |
- gfx::Rect quad_rect(gfx::Point(), content_bounds()); |
+ gfx::Rect quad_rect(content_bounds()); |
scoped_ptr<SolidColorDrawQuad> my_quad = SolidColorDrawQuad::Create(); |
my_quad->SetNew(shared_quad_state, quad_rect, gray); |
quad_sink->Append(my_quad.PassAs<DrawQuad>(), append_quads_data); |