Index: cc/test/fake_picture_pile_impl.cc |
diff --git a/cc/test/fake_picture_pile_impl.cc b/cc/test/fake_picture_pile_impl.cc |
index c79d0ae428746ee15048b4586aca79a2abaf2447..01b481f87a3ce8832ba10eb2b624c5ffecd9bf04 100644 |
--- a/cc/test/fake_picture_pile_impl.cc |
+++ b/cc/test/fake_picture_pile_impl.cc |
@@ -66,7 +66,7 @@ void FakePicturePileImpl::AddRecordingAt(int x, int y) { |
FakeRenderingStatsInstrumentation stats_instrumentation; |
scoped_refptr<Picture> picture(Picture::Create(bounds)); |
- picture->Record(&client_, tile_grid_info_, &stats_instrumentation); |
+ picture->Record(&client_, tile_grid_info_); |
picture->GatherPixelRefs(tile_grid_info_, &stats_instrumentation); |
picture_list_map_[std::pair<int, int>(x, y)].push_back(picture); |
EXPECT_TRUE(HasRecordingAt(x, y)); |