| Index: cc/solid_color_layer.h
|
| diff --git a/cc/solid_color_layer.h b/cc/solid_color_layer.h
|
| index 0cf170d68a6ca768ff371e7915d283645c6f7739..66e793bcf41a9080a59878736de445aeccaa91d5 100644
|
| --- a/cc/solid_color_layer.h
|
| +++ b/cc/solid_color_layer.h
|
| @@ -17,10 +17,10 @@ class CC_EXPORT SolidColorLayer : public Layer {
|
| public:
|
| static scoped_refptr<SolidColorLayer> Create();
|
|
|
| - virtual scoped_ptr<LayerImpl> createLayerImpl(LayerTreeImpl* tree_impl)
|
| + virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
|
| OVERRIDE;
|
|
|
| - virtual void setBackgroundColor(SkColor color) OVERRIDE;
|
| + virtual void SetBackgroundColor(SkColor color) OVERRIDE;
|
|
|
| protected:
|
| SolidColorLayer();
|
|
|