| 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..e07a6ce7d297ef208155c23c52c5dd1cc1f148c0 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),
|
|
|