| Index: cc/layers/content_layer.h
|
| diff --git a/cc/layers/content_layer.h b/cc/layers/content_layer.h
|
| index f49215b6b409483dcc8db6da6ea268a26e78b555..a076c31dcaced749e60c6b939a42e553cc8aab02 100644
|
| --- a/cc/layers/content_layer.h
|
| +++ b/cc/layers/content_layer.h
|
| @@ -52,6 +52,8 @@ class CC_EXPORT ContentLayer : public TiledLayer {
|
|
|
| virtual bool SupportsLCDText() const OVERRIDE;
|
|
|
| + virtual skia::RefPtr<SkPicture> GetPicture() const OVERRIDE;
|
| +
|
| protected:
|
| explicit ContentLayer(ContentLayerClient* client);
|
| virtual ~ContentLayer();
|
|
|