| Index: content/browser/compositor/gpu_browser_compositor_output_surface.cc
|
| diff --git a/content/browser/compositor/gpu_browser_compositor_output_surface.cc b/content/browser/compositor/gpu_browser_compositor_output_surface.cc
|
| index f3eb5f5aa208cfa0cd68439eb594afa60291e01a..e6a7aa17a57df775160a5d27b8f601ab60d11292 100644
|
| --- a/content/browser/compositor/gpu_browser_compositor_output_surface.cc
|
| +++ b/content/browser/compositor/gpu_browser_compositor_output_surface.cc
|
| @@ -22,7 +22,7 @@ GpuBrowserCompositorOutputSurface::GpuBrowserCompositorOutputSurface(
|
| const scoped_refptr<ContextProviderCommandBuffer>& context,
|
| const scoped_refptr<ContextProviderCommandBuffer>& worker_context,
|
| const scoped_refptr<ui::CompositorVSyncManager>& vsync_manager,
|
| - scoped_ptr<BrowserCompositorOverlayCandidateValidator>
|
| + std::unique_ptr<BrowserCompositorOverlayCandidateValidator>
|
| overlay_candidate_validator)
|
| : BrowserCompositorOutputSurface(context,
|
| worker_context,
|
|
|