| Index: cc/layers/ui_resource_layer.h
|
| diff --git a/cc/layers/ui_resource_layer.h b/cc/layers/ui_resource_layer.h
|
| index d99c073a6dbd8bf16392361b8fdeefc4ed1fb22d..193fa50c861d1896ae80ecdf16af0fff5d46ea6a 100644
|
| --- a/cc/layers/ui_resource_layer.h
|
| +++ b/cc/layers/ui_resource_layer.h
|
| @@ -20,8 +20,6 @@ class CC_EXPORT UIResourceLayer : public Layer {
|
| public:
|
| static scoped_refptr<UIResourceLayer> Create();
|
|
|
| - virtual bool DrawsContent() const OVERRIDE;
|
| -
|
| virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
|
|
|
| virtual void SetLayerTreeHost(LayerTreeHost* host) OVERRIDE;
|
| @@ -51,6 +49,7 @@ class CC_EXPORT UIResourceLayer : public Layer {
|
| UIResourceLayer();
|
| virtual ~UIResourceLayer();
|
|
|
| + virtual void UpdateDrawsContent(bool draws_content) OVERRIDE;
|
| scoped_ptr<UIResourceHolder> ui_resource_holder_;
|
| SkBitmap bitmap_;
|
|
|
|
|