Index: cc/layers/image_layer.h |
diff --git a/cc/layers/image_layer.h b/cc/layers/image_layer.h |
index 2f3255f092af7f3cd55556b82214f2a359b30bae..54051129c48b747273212398be25110e8063ab5b 100644 |
--- a/cc/layers/image_layer.h |
+++ b/cc/layers/image_layer.h |
@@ -19,7 +19,6 @@ class CC_EXPORT ImageLayer : public TiledLayer { |
static scoped_refptr<ImageLayer> Create(); |
// Layer implementation. |
- virtual bool DrawsContent() const OVERRIDE; |
virtual void SetTexturePriorities(const PriorityCalculator& priority_calc) |
OVERRIDE; |
virtual bool Update(ResourceUpdateQueue* queue, |
@@ -36,6 +35,9 @@ class CC_EXPORT ImageLayer : public TiledLayer { |
void SetBitmap(const SkBitmap& image); |
+ protected: |
+ virtual bool HasDrawableContent() const OVERRIDE; |
+ |
private: |
ImageLayer(); |
virtual ~ImageLayer(); |