| Index: cc/test/fake_picture_pile.h
|
| diff --git a/cc/test/fake_picture_pile.h b/cc/test/fake_picture_pile.h
|
| index 054eaa2ffb859247f5dd8d1935c5fe17611dd1a6..48b8914a2d59f7d6e770f656aa570ef9c5791bf4 100644
|
| --- a/cc/test/fake_picture_pile.h
|
| +++ b/cc/test/fake_picture_pile.h
|
| @@ -34,7 +34,8 @@ class FakePicturePile : public PicturePile {
|
| const gfx::Size& layer_bounds);
|
|
|
| // PicturePile overrides.
|
| - scoped_refptr<RasterSource> CreateRasterSource() const override;
|
| + scoped_refptr<RasterSource> CreateRasterSource(
|
| + bool can_use_lcd_text) const override;
|
|
|
| using PicturePile::buffer_pixels;
|
| using PicturePile::CanRasterSlowTileCheck;
|
|
|