| Index: cc/layers/content_layer.h
|
| diff --git a/cc/layers/content_layer.h b/cc/layers/content_layer.h
|
| index f49215b6b409483dcc8db6da6ea268a26e78b555..391f1d1710afafcd53df4864de7584aeedfe7248 100644
|
| --- a/cc/layers/content_layer.h
|
| +++ b/cc/layers/content_layer.h
|
| @@ -50,6 +50,8 @@ class CC_EXPORT ContentLayer : public TiledLayer {
|
|
|
| virtual void SetContentsOpaque(bool contents_opaque) OVERRIDE;
|
|
|
| + virtual skia::RefPtr<SkPicture> GetPicture() const OVERRIDE;
|
| +
|
| virtual bool SupportsLCDText() const OVERRIDE;
|
|
|
| protected:
|
|
|