| Index: cc/test/fake_picture_pile.h
|
| diff --git a/cc/test/fake_picture_pile.h b/cc/test/fake_picture_pile.h
|
| index 55b4c360111fba7970a00c2d7f4411492214423b..4a7b65b86b343a4620721620c489f46789c13565 100644
|
| --- a/cc/test/fake_picture_pile.h
|
| +++ b/cc/test/fake_picture_pile.h
|
| @@ -19,9 +19,7 @@
|
| using PictureMapKey = PicturePile::PictureMapKey;
|
| using PictureMap = PicturePile::PictureMap;
|
|
|
| - FakePicturePile(float min_contents_scale, const gfx::Size& tile_grid_size)
|
| - : PicturePile(min_contents_scale, tile_grid_size),
|
| - playback_allowed_event_(nullptr) {}
|
| + FakePicturePile() : playback_allowed_event_(nullptr) {}
|
| ~FakePicturePile() override {}
|
|
|
| // PicturePile overrides.
|
|
|