summaryrefslogtreecommitdiffstats
path: root/cc/picture_layer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/picture_layer.cc')
-rw-r--r--cc/picture_layer.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/picture_layer.cc b/cc/picture_layer.cc
index db442d9..ca2bf4a 100644
--- a/cc/picture_layer.cc
+++ b/cc/picture_layer.cc
@@ -23,8 +23,8 @@ bool PictureLayer::drawsContent() const {
return Layer::drawsContent() && client_;
}
-scoped_ptr<LayerImpl> PictureLayer::createLayerImpl(LayerTreeHostImpl* host) {
- return PictureLayerImpl::create(host, id()).PassAs<LayerImpl>();
+scoped_ptr<LayerImpl> PictureLayer::createLayerImpl(LayerTreeImpl* treeImpl) {
+ return PictureLayerImpl::create(treeImpl, id()).PassAs<LayerImpl>();
}
void PictureLayer::pushPropertiesTo(LayerImpl* base_layer) {