| Index: cc/resources/picture_pile_impl.h
|
| diff --git a/cc/resources/picture_pile_impl.h b/cc/resources/picture_pile_impl.h
|
| index 0160ec27bb55347b1b3fc1abf22b585d1d14364b..9f5b5f61af5b0d4ecbd75945ebc3f5a496b53594 100644
|
| --- a/cc/resources/picture_pile_impl.h
|
| +++ b/cc/resources/picture_pile_impl.h
|
| @@ -60,7 +60,6 @@
|
| SkColor GetSolidColor() const override;
|
| bool HasRecordings() const override;
|
| bool IsMask() const override;
|
| - bool CanUseLCDText() const override;
|
|
|
| // Tracing functionality.
|
| void DidBeginTracing() override;
|
| @@ -111,7 +110,6 @@
|
| SkColor background_color_;
|
| bool contents_opaque_;
|
| bool contents_fill_bounds_completely_;
|
| - bool can_use_lcd_text_;
|
| bool is_solid_color_;
|
| SkColor solid_color_;
|
| gfx::Rect recorded_viewport_;
|
|
|