Index: cc/picture_layer_impl_unittest.cc |
diff --git a/cc/picture_layer_impl_unittest.cc b/cc/picture_layer_impl_unittest.cc |
index b4b9f4c2302b813235d325b69a9ce849e48a0d93..6e549d49b63ef48ede5c603e6230195a9fe10a8c 100644 |
--- a/cc/picture_layer_impl_unittest.cc |
+++ b/cc/picture_layer_impl_unittest.cc |
@@ -90,7 +90,7 @@ class TestablePicturePileImpl : public PicturePileImpl { |
gfx::Rect bounds(tiling().TileBounds(x, y)); |
scoped_refptr<Picture> picture(Picture::Create(bounds)); |
FakeContentLayerClient client; |
- picture->Record(&client, NULL); |
+ picture->Record(&client, NULL, gfx::Size(100, 100)); |
picture_list_map_[std::pair<int, int>(x, y)].push_back(picture); |
EXPECT_TRUE(HasRecordingAt(x, y)); |