diff options
Diffstat (limited to 'cc/nine_patch_layer.h')
-rw-r--r-- | cc/nine_patch_layer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/nine_patch_layer.h b/cc/nine_patch_layer.h index 6a8c613..d852d8e 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(); |