| Index: cc/picture_image_layer.h
|
| diff --git a/cc/picture_image_layer.h b/cc/picture_image_layer.h
|
| index c0255e8255ea6d271b4030f38a56e791bd321e6d..8b0605e05d54ff4acdf5991e159a73296b666f2d 100644
|
| --- a/cc/picture_image_layer.h
|
| +++ b/cc/picture_image_layer.h
|
| @@ -15,14 +15,14 @@ namespace cc {
|
|
|
| class CC_EXPORT PictureImageLayer : public PictureLayer, ContentLayerClient {
|
| public:
|
| - static scoped_refptr<PictureImageLayer> create();
|
| + static scoped_refptr<PictureImageLayer> Create();
|
|
|
| void setBitmap(const SkBitmap& image);
|
|
|
| // Layer implementation.
|
| - virtual scoped_ptr<LayerImpl> createLayerImpl(
|
| + virtual scoped_ptr<LayerImpl> CreateLayerImpl(
|
| LayerTreeImpl* treeImpl) OVERRIDE;
|
| - virtual bool drawsContent() const OVERRIDE;
|
| + virtual bool DrawsContent() const OVERRIDE;
|
|
|
| // ContentLayerClient implementation.
|
| virtual void paintContents(
|
|
|