Index: cc/layers/picture_image_layer.h |
diff --git a/cc/layers/picture_image_layer.h b/cc/layers/picture_image_layer.h |
index 3575d8821c878d874b5b058fb1df837a3f620b7c..8df37a0fcb8674856c83b041d870134c747a1e8e 100644 |
--- a/cc/layers/picture_image_layer.h |
+++ b/cc/layers/picture_image_layer.h |
@@ -26,8 +26,9 @@ class CC_EXPORT PictureImageLayer : public PictureLayer, ContentLayerClient { |
void PaintContents( |
SkCanvas* canvas, |
const gfx::Rect& clip, |
+ bool can_use_lcd_text, |
+ bool contents_opaque, |
ContentLayerClient::GraphicsContextStatus gc_status) override; |
- void DidChangeLayerCanUseLCDText() override {} |
bool FillsBoundsCompletely() const override; |
protected: |