| Index: cc/picture_layer_impl_unittest.cc
|
| diff --git a/cc/picture_layer_impl_unittest.cc b/cc/picture_layer_impl_unittest.cc
|
| index 56fc0e8657385d76c57024b54eaec28007c88fcf..18a4ff732bc75a9afc18fe42e14a0dd0262b7569 100644
|
| --- a/cc/picture_layer_impl_unittest.cc
|
| +++ b/cc/picture_layer_impl_unittest.cc
|
| @@ -81,8 +81,7 @@ class TestablePicturePileImpl : public PicturePileImpl {
|
| gfx::Rect bounds(tiling().TileBounds(x, y));
|
| scoped_refptr<Picture> picture(Picture::Create(bounds));
|
| FakeContentLayerClient client;
|
| - RenderingStats stats;
|
| - picture->Record(&client, stats);
|
| + picture->Record(&client, NULL);
|
| picture_list_map_[std::pair<int, int>(x, y)].push_back(picture);
|
| EXPECT_TRUE(HasRecordingAt(x, y));
|
| }
|
|
|