| 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 ab255cc2eef60e24deb8e4690c71fe684ce5cf57..8353d271ee25a35d3bbbf706c40bb4c9d663c31b 100644
|
| --- a/cc/test/fake_picture_pile_impl.cc
|
| +++ b/cc/test/fake_picture_pile_impl.cc
|
| @@ -21,7 +21,7 @@ FakePicturePileImpl::FakePicturePileImpl() : playback_allowed_event_(nullptr) {
|
| FakePicturePileImpl::FakePicturePileImpl(
|
| const PicturePile* other,
|
| base::WaitableEvent* playback_allowed_event)
|
| - : PicturePileImpl(other, true),
|
| + : PicturePileImpl(other),
|
| playback_allowed_event_(playback_allowed_event),
|
| tile_grid_size_(other->GetTileGridSizeForTesting()) {
|
| }
|
|
|