| Index: cc/io_surface_layer.h
|
| diff --git a/cc/io_surface_layer.h b/cc/io_surface_layer.h
|
| index ff3b5fd73110fba8f8b54eb23ddc0ab02b83bc55..97c03dca8b49292a32d201c431540ceaebde4979 100644
|
| --- a/cc/io_surface_layer.h
|
| +++ b/cc/io_surface_layer.h
|
| @@ -12,13 +12,13 @@ namespace cc {
|
|
|
| class CC_EXPORT IOSurfaceLayer : public Layer {
|
| public:
|
| - static scoped_refptr<IOSurfaceLayer> create();
|
| + static scoped_refptr<IOSurfaceLayer> Create();
|
|
|
| void setIOSurfaceProperties(uint32_t ioSurfaceId, const gfx::Size&);
|
|
|
| - virtual scoped_ptr<LayerImpl> createLayerImpl(LayerTreeImpl* treeImpl) OVERRIDE;
|
| - virtual bool drawsContent() const OVERRIDE;
|
| - virtual void pushPropertiesTo(LayerImpl*) OVERRIDE;
|
| + virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* treeImpl) OVERRIDE;
|
| + virtual bool DrawsContent() const OVERRIDE;
|
| + virtual void PushPropertiesTo(LayerImpl*) OVERRIDE;
|
|
|
| protected:
|
| IOSurfaceLayer();
|
|
|