summaryrefslogtreecommitdiffstats
path: root/cc/layers/ui_resource_layer.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/layers/ui_resource_layer.h')
-rw-r--r--cc/layers/ui_resource_layer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/layers/ui_resource_layer.h b/cc/layers/ui_resource_layer.h
index d99c073..8e278a9 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,8 @@ class CC_EXPORT UIResourceLayer : public Layer {
UIResourceLayer();
virtual ~UIResourceLayer();
+ virtual bool HasDrawableContent() const OVERRIDE;
+
scoped_ptr<UIResourceHolder> ui_resource_holder_;
SkBitmap bitmap_;