| Index: cc/delegated_renderer_layer.h
|
| diff --git a/cc/delegated_renderer_layer.h b/cc/delegated_renderer_layer.h
|
| index ac38abfa4be9810d24e388296d54cd12463b625c..fe8836a21c8178a1f164b51dbfb665361661018f 100644
|
| --- a/cc/delegated_renderer_layer.h
|
| +++ b/cc/delegated_renderer_layer.h
|
| @@ -16,10 +16,10 @@ class CC_EXPORT DelegatedRendererLayer : public Layer {
|
| public:
|
| static scoped_refptr<DelegatedRendererLayer> Create();
|
|
|
| - virtual scoped_ptr<LayerImpl> createLayerImpl(LayerTreeImpl* tree_impl)
|
| + virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
|
| OVERRIDE;
|
| - virtual void pushPropertiesTo(LayerImpl* impl) OVERRIDE;
|
| - virtual bool drawsContent() const OVERRIDE;
|
| + virtual void PushPropertiesTo(LayerImpl* impl) OVERRIDE;
|
| + virtual bool DrawsContent() const OVERRIDE;
|
|
|
| // Set the size at which the frame should be displayed, with the origin at the
|
| // layer's origin. This must always contain at least the layer's bounds. A
|
|
|