Index: cc/nine_patch_layer.cc |
diff --git a/cc/nine_patch_layer.cc b/cc/nine_patch_layer.cc |
index f121fc90c09cfeaba8854c773740a00e86677359..657a37d155cbe3e38563f01ac99b3aae4cb24bb9 100644 |
--- a/cc/nine_patch_layer.cc |
+++ b/cc/nine_patch_layer.cc |
@@ -25,9 +25,9 @@ NinePatchLayer::~NinePatchLayer() |
{ |
} |
-scoped_ptr<LayerImpl> NinePatchLayer::createLayerImpl(LayerTreeHostImpl* hostImpl) |
+scoped_ptr<LayerImpl> NinePatchLayer::createLayerImpl(LayerTreeImpl* treeImpl) |
{ |
- return NinePatchLayerImpl::create(hostImpl, id()).PassAs<LayerImpl>(); |
+ return NinePatchLayerImpl::create(treeImpl, id()).PassAs<LayerImpl>(); |
} |
void NinePatchLayer::setTexturePriorities(const PriorityCalculator& priorityCalc) |