| Index: cc/resources/picture_pile_impl.h
|
| diff --git a/cc/resources/picture_pile_impl.h b/cc/resources/picture_pile_impl.h
|
| index b4209e3eaa9740d23877f311ff0824211c38f474..d7d03999774fb63c40818315d09316eabf3b1b0d 100644
|
| --- a/cc/resources/picture_pile_impl.h
|
| +++ b/cc/resources/picture_pile_impl.h
|
| @@ -61,6 +61,7 @@ class CC_EXPORT PicturePileImpl : public RasterSource {
|
| bool IsSolidColor() const override;
|
| SkColor GetSolidColor() const override;
|
| bool HasRecordings() const override;
|
| + bool CanUseLCDText() const override;
|
|
|
| // Tracing functionality.
|
| void DidBeginTracing() override;
|
| @@ -110,6 +111,7 @@ class CC_EXPORT PicturePileImpl : public RasterSource {
|
| TilingData tiling_;
|
| SkColor background_color_;
|
| bool requires_clear_;
|
| + bool can_use_lcd_text_;
|
| bool is_solid_color_;
|
| SkColor solid_color_;
|
| gfx::Rect recorded_viewport_;
|
|
|