| Index: cc/layers/surface_layer_impl.cc
|
| diff --git a/cc/layers/surface_layer_impl.cc b/cc/layers/surface_layer_impl.cc
|
| index a8a50f33fde45b77ffafd9fb0c1ee78864d27b7d..429d928de6721afd0c0cd22c8e1a0365e53aaf0f 100644
|
| --- a/cc/layers/surface_layer_impl.cc
|
| +++ b/cc/layers/surface_layer_impl.cc
|
| @@ -24,7 +24,7 @@ SurfaceLayerImpl::~SurfaceLayerImpl() {
|
| layer_tree_impl()->RemoveSurfaceLayer(this);
|
| }
|
|
|
| -scoped_ptr<LayerImpl> SurfaceLayerImpl::CreateLayerImpl(
|
| +std::unique_ptr<LayerImpl> SurfaceLayerImpl::CreateLayerImpl(
|
| LayerTreeImpl* tree_impl) {
|
| return SurfaceLayerImpl::Create(tree_impl, id());
|
| }
|
|
|