| Index: cc/nine_patch_layer.h
|
| diff --git a/cc/nine_patch_layer.h b/cc/nine_patch_layer.h
|
| index 6a8c613edf91342e9683d5c2da1e87c60db72926..d852d8e8607573364d35aeaf5b773b122e654358 100644
|
| --- a/cc/nine_patch_layer.h
|
| +++ b/cc/nine_patch_layer.h
|
| @@ -36,7 +36,7 @@ public:
|
| private:
|
| NinePatchLayer();
|
| virtual ~NinePatchLayer();
|
| - virtual scoped_ptr<LayerImpl> createLayerImpl(LayerTreeHostImpl* hostImpl) OVERRIDE;
|
| + virtual scoped_ptr<LayerImpl> createLayerImpl(LayerTreeImpl* treeImpl) OVERRIDE;
|
|
|
| void createUpdaterIfNeeded();
|
| void createResource();
|
|
|