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 8353d271ee25a35d3bbbf706c40bb4c9d663c31b..ab255cc2eef60e24deb8e4690c71fe684ce5cf57 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), |
+ : PicturePileImpl(other, true), |
danakj
2015/02/18 19:54:47
/* can_use_lcd_text */ ?
enne (OOO)
2015/02/18 19:59:05
The value here is irrelevant, so I don't think the
|
playback_allowed_event_(playback_allowed_event), |
tile_grid_size_(other->GetTileGridSizeForTesting()) { |
} |