| 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 adf0764c65a68b64e0a1c39e0350f6264e669372..05a4fa10f5d73c86a19e1558c5c4b4e94bc6c17f 100644
|
| --- a/content/browser/compositor/gpu_browser_compositor_output_surface.cc
|
| +++ b/content/browser/compositor/gpu_browser_compositor_output_surface.cc
|
| @@ -22,11 +22,13 @@ GpuBrowserCompositorOutputSurface::GpuBrowserCompositorOutputSurface(
|
| const scoped_refptr<ContextProviderCommandBuffer>& context,
|
| const scoped_refptr<ContextProviderCommandBuffer>& worker_context,
|
| const scoped_refptr<ui::CompositorVSyncManager>& vsync_manager,
|
| + base::SingleThreadTaskRunner* task_runner,
|
| scoped_ptr<BrowserCompositorOverlayCandidateValidator>
|
| overlay_candidate_validator)
|
| : BrowserCompositorOutputSurface(context,
|
| worker_context,
|
| vsync_manager,
|
| + task_runner,
|
| std::move(overlay_candidate_validator)),
|
| #if defined(OS_MACOSX)
|
| should_show_frames_state_(SHOULD_SHOW_FRAMES),
|
|
|