Index: cc/layers/surface_layer.h |
diff --git a/cc/layers/surface_layer.h b/cc/layers/surface_layer.h |
index cf150ab480e6b05a6ee7ad85fede52bd933ecb88..d58d47d2d70b34287b51293a70c1425988a56380 100644 |
--- a/cc/layers/surface_layer.h |
+++ b/cc/layers/surface_layer.h |
@@ -22,11 +22,11 @@ class CC_EXPORT SurfaceLayer : public Layer { |
// Layer overrides. |
virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl) |
OVERRIDE; |
- virtual bool DrawsContent() const OVERRIDE; |
virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE; |
protected: |
SurfaceLayer(); |
+ virtual bool HasDrawableContent() const OVERRIDE; |
private: |
virtual ~SurfaceLayer(); |