| Index: cc/layers/io_surface_layer.h
|
| diff --git a/cc/layers/io_surface_layer.h b/cc/layers/io_surface_layer.h
|
| index c0883094f44dee76b8159ab3a9ae4f6c7e23297e..475b3159bdfd0c1cb7e7ec10e825d876301227ca 100644
|
| --- a/cc/layers/io_surface_layer.h
|
| +++ b/cc/layers/io_surface_layer.h
|
| @@ -19,7 +19,7 @@ class CC_EXPORT IOSurfaceLayer : public Layer {
|
|
|
| void SetIOSurfaceProperties(uint32_t io_surface_id, const gfx::Size& size);
|
|
|
| - scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl) override;
|
| + std::unique_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl) override;
|
| void PushPropertiesTo(LayerImpl* layer) override;
|
| bool Update() override;
|
|
|
|
|