| Index: cc/tiled_layer.h
|
| diff --git a/cc/tiled_layer.h b/cc/tiled_layer.h
|
| index aa6703a2cd7617ed14466b894183162274ea822e..9d477845ec00ba713c39429165ffc82bccb091b4 100644
|
| --- a/cc/tiled_layer.h
|
| +++ b/cc/tiled_layer.h
|
| @@ -67,7 +67,7 @@ protected:
|
| virtual PrioritizedResourceManager* resourceManager() const;
|
|
|
| private:
|
| - virtual scoped_ptr<LayerImpl> createLayerImpl(LayerTreeHostImpl* hostImpl) OVERRIDE;
|
| + virtual scoped_ptr<LayerImpl> createLayerImpl(LayerTreeImpl* treeImpl) OVERRIDE;
|
|
|
| void createTilerIfNeeded();
|
| void setTilingOption(TilingOption);
|
|
|