Index: cc/picture_layer.h |
diff --git a/cc/picture_layer.h b/cc/picture_layer.h |
index cf9cf05935c318295e930601e511d0a7ce046891..fd330fba34e621f26f4300c4d9dece93f22fea78 100644 |
--- a/cc/picture_layer.h |
+++ b/cc/picture_layer.h |
@@ -25,7 +25,7 @@ public: |
// Implement Layer interface |
virtual bool drawsContent() const OVERRIDE; |
virtual scoped_ptr<LayerImpl> createLayerImpl( |
- LayerTreeHostImpl* host) OVERRIDE; |
+ LayerTreeImpl* treeImpl) OVERRIDE; |
virtual void pushPropertiesTo(LayerImpl*) OVERRIDE; |
virtual void setNeedsDisplayRect(const gfx::RectF& layerRect) OVERRIDE; |
virtual void update(ResourceUpdateQueue&, const OcclusionTracker*, |