| Index: components/mus/ws/server_window_surface.h
|
| diff --git a/components/mus/ws/server_window_surface.h b/components/mus/ws/server_window_surface.h
|
| index f6197a64265ef99c3d4440fa48e280e5c5a13bb4..28c748dc4b76132a2ba049cbcf1998376ebca0d4 100644
|
| --- a/components/mus/ws/server_window_surface.h
|
| +++ b/components/mus/ws/server_window_surface.h
|
| @@ -70,7 +70,7 @@ class ServerWindowSurface : public mojom::Surface,
|
| // CompositorFrame of this window can only refer to windows within its
|
| // subtree. Windows referenced in |input| are stored in
|
| // |referenced_window_ids_|.
|
| - scoped_ptr<cc::CompositorFrame> ConvertCompositorFrame(
|
| + std::unique_ptr<cc::CompositorFrame> ConvertCompositorFrame(
|
| const mojom::CompositorFramePtr& input);
|
|
|
| // Overriden from CustomSurfaceConverter:
|
|
|