Index: cc/layers/layer_iterator_unittest.cc |
diff --git a/cc/layers/layer_iterator_unittest.cc b/cc/layers/layer_iterator_unittest.cc |
index 6815467c589109430b59b05552ac3013d8e03839..bc3f81e1cd1040711bdc122de52765c4d6255178 100644 |
--- a/cc/layers/layer_iterator_unittest.cc |
+++ b/cc/layers/layer_iterator_unittest.cc |
@@ -229,7 +229,7 @@ TEST(LayerIteratorTest, ComplexTreeMultiSurface) { |
root_layer->CreateRenderSurface(); |
root_layer->render_surface()-> |
- SetContentRect(gfx::Rect(gfx::Point(), root_layer->bounds())); |
+ SetContentRect(gfx::Rect(root_layer->bounds())); |
root_layer->AddChild(root1); |
root_layer->AddChild(root2); |