| Index: cc/layers/picture_image_layer.h
|
| diff --git a/cc/layers/picture_image_layer.h b/cc/layers/picture_image_layer.h
|
| index 69b89d1b68ac34c2a644461ba643fcc3f89b8782..c67e7f50a0769d8e81888228020617bb3aed72f6 100644
|
| --- a/cc/layers/picture_image_layer.h
|
| +++ b/cc/layers/picture_image_layer.h
|
| @@ -28,9 +28,10 @@ class CC_EXPORT PictureImageLayer : public PictureLayer, ContentLayerClient {
|
| virtual void PaintContents(
|
| SkCanvas* canvas,
|
| const gfx::Rect& clip,
|
| + bool can_paint_lcd_text,
|
| gfx::RectF* opaque,
|
| ContentLayerClient::GraphicsContextStatus gc_status) OVERRIDE;
|
| - virtual void DidChangeLayerCanUseLCDText() OVERRIDE {}
|
| + virtual bool PaintsLCDText() const OVERRIDE;
|
| virtual bool FillsBoundsCompletely() const OVERRIDE;
|
|
|
| private:
|
|
|