Index: cc/layer.h |
diff --git a/cc/layer.h b/cc/layer.h |
index 6d8f07b74f6caea1d710f436127b7d98b7d229e9..a9d37a0554376deea244aef45d8fff72d29fb60d 100644 |
--- a/cc/layer.h |
+++ b/cc/layer.h |
@@ -35,6 +35,7 @@ struct AnimationEvent; |
class LayerAnimationDelegate; |
class LayerImpl; |
class LayerTreeHost; |
+class LayerTreeHostImpl; |
class PriorityCalculator; |
class ResourceUpdateQueue; |
class ScrollbarLayer; |
@@ -301,7 +302,7 @@ protected: |
scoped_refptr<Layer> m_maskLayer; |
// Constructs a LayerImpl of the correct runtime type for this Layer type. |
- virtual scoped_ptr<LayerImpl> createLayerImpl(); |
+ virtual scoped_ptr<LayerImpl> createLayerImpl(LayerTreeHostImpl* hostImpl); |
int m_layerId; |
private: |