| 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 420b5d6ccab0b438f1a6e2f5f7d1ac4cd34dcee7..bdba09255fe419c72ffa8d202409fe98cc91e4db 100644
|
| --- a/cc/test/fake_picture_pile_impl.cc
|
| +++ b/cc/test/fake_picture_pile_impl.cc
|
| @@ -120,8 +120,9 @@ void FakePicturePileImpl::AddRecordingAt(int x, int y) {
|
| gfx::Rect bounds(tiling().TileBounds(x, y));
|
| bounds.Inset(-buffer_pixels(), -buffer_pixels());
|
|
|
| - scoped_refptr<Picture> picture(Picture::Create(
|
| - bounds, &client_, tile_grid_size_, true, Picture::RECORD_NORMALLY));
|
| + scoped_refptr<Picture> picture(
|
| + Picture::Create(bounds, &client_, tile_grid_size_, true,
|
| + RecordingSource::RECORD_NORMALLY));
|
| picture_map_[std::pair<int, int>(x, y)].SetPicture(picture);
|
| EXPECT_TRUE(HasRecordingAt(x, y));
|
|
|
|
|