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