| 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 630bb759f0e3fb3e96246f66b814a4b214bf0f16..3598ca7a7dd4ec58287f0adb9d601385dbcbed5a 100644
|
| --- a/cc/test/fake_picture_pile_impl.cc
|
| +++ b/cc/test/fake_picture_pile_impl.cc
|
| @@ -84,7 +84,7 @@ void FakePicturePileImpl::AddRecordingAt(int x, int y) {
|
| bounds.Inset(-buffer_pixels(), -buffer_pixels());
|
|
|
| scoped_refptr<Picture> picture(Picture::Create(
|
| - bounds, &client_, tile_grid_info_, true, 0, Picture::RECORD_NORMALLY));
|
| + bounds, &client_, tile_grid_info_, true, Picture::RECORD_NORMALLY));
|
| picture_map_[std::pair<int, int>(x, y)].SetPicture(picture);
|
| EXPECT_TRUE(HasRecordingAt(x, y));
|
|
|
|
|