| Index: cc/layers/picture_image_layer.h
|
| diff --git a/cc/layers/picture_image_layer.h b/cc/layers/picture_image_layer.h
|
| index 1457a9f02b94fffb53d91160d76e8509d2a07879..e3c8fc96c01e9e537054b0d5b94b5386d5ca9c6b 100644
|
| --- a/cc/layers/picture_image_layer.h
|
| +++ b/cc/layers/picture_image_layer.h
|
| @@ -25,10 +25,10 @@ class CC_EXPORT PictureImageLayer : public PictureLayer, ContentLayerClient {
|
| virtual bool DrawsContent() const OVERRIDE;
|
|
|
| // ContentLayerClient implementation.
|
| - virtual void PaintContents(
|
| - SkCanvas* canvas,
|
| - const gfx::Rect& clip,
|
| - gfx::RectF* opaque) OVERRIDE;
|
| + virtual void PaintContents(SkCanvas* canvas,
|
| + const gfx::Rect& clip,
|
| + gfx::RectF* opaque,
|
| + bool disableContext) OVERRIDE;
|
| virtual void DidChangeLayerCanUseLCDText() OVERRIDE {}
|
| virtual bool FillsBoundsCompletely() const OVERRIDE;
|
|
|
|
|