| Index: cc/solid_color_layer.h
|
| diff --git a/cc/solid_color_layer.h b/cc/solid_color_layer.h
|
| index cf1c4563e4639c5b0c7771de32516f31af3ff499..521c1d0786c914e409cbafecd7ed0dcb4ede3bea 100644
|
| --- a/cc/solid_color_layer.h
|
| +++ b/cc/solid_color_layer.h
|
| @@ -17,7 +17,7 @@ class CC_EXPORT SolidColorLayer : public Layer {
|
| public:
|
| static scoped_refptr<SolidColorLayer> create();
|
|
|
| - virtual scoped_ptr<LayerImpl> createLayerImpl(LayerTreeHostImpl* hostImpl) OVERRIDE;
|
| + virtual scoped_ptr<LayerImpl> createLayerImpl(LayerTreeImpl* treeImpl) OVERRIDE;
|
|
|
| virtual void setBackgroundColor(SkColor) OVERRIDE;
|
|
|
|
|