| Index: cc/picture_layer_impl_unittest.cc
|
| diff --git a/cc/picture_layer_impl_unittest.cc b/cc/picture_layer_impl_unittest.cc
|
| index c1845ceea29f0bd27372e5b47df98a25a5b8b9d4..a43a51583fe4cd13ed7749752fe66cccd05e77fb 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, tiling().TileStride());
|
| picture_list_map_[std::pair<int, int>(x, y)].push_back(picture);
|
| EXPECT_TRUE(HasRecordingAt(x, y));
|
|
|
|
|