Index: cc/resources/picture_pile_impl.h |
diff --git a/cc/resources/picture_pile_impl.h b/cc/resources/picture_pile_impl.h |
index c35dd0f2a3e7eb482d83541a333e142cc9e720e4..1f94ceca116f0790efe5d6e1a83f83814309678c 100644 |
--- a/cc/resources/picture_pile_impl.h |
+++ b/cc/resources/picture_pile_impl.h |
@@ -30,8 +30,7 @@ namespace cc { |
class CC_EXPORT PicturePileImpl : public RasterSource { |
public: |
static scoped_refptr<PicturePileImpl> CreateFromPicturePile( |
- const PicturePile* other, |
- bool can_use_lcd_text); |
+ const PicturePile* other); |
// RasterSource overrides. See RasterSource header for full description. |
// When slow-down-raster-scale-factor is set to a value greater than 1, the |
@@ -59,7 +58,6 @@ class CC_EXPORT PicturePileImpl : public RasterSource { |
SkColor GetSolidColor() const override; |
bool HasRecordings() const override; |
bool CanUseLCDText() const override; |
- scoped_refptr<RasterSource> CreateCloneWithoutLCDText() const override; |
// Tracing functionality. |
void DidBeginTracing() override; |
@@ -101,8 +99,7 @@ class CC_EXPORT PicturePileImpl : public RasterSource { |
using PictureInfo = PicturePile::PictureInfo; |
PicturePileImpl(); |
- explicit PicturePileImpl(const PicturePile* other, bool can_use_lcd_text); |
- explicit PicturePileImpl(const PicturePileImpl* other, bool can_use_lcd_text); |
+ explicit PicturePileImpl(const PicturePile* other); |
~PicturePileImpl() override; |
int buffer_pixels() const { return tiling_.border_texels(); } |