| 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..ac84f2816b3afcc3ee99b957504fb3f044fc4684 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,
|
| + scoped_ptr<cc::SyntheticBeginFrameSource> synthetic_begin_frame_source,
|
| scoped_ptr<BrowserCompositorOverlayCandidateValidator>
|
| overlay_candidate_validator)
|
| : BrowserCompositorOutputSurface(context,
|
| worker_context,
|
| vsync_manager,
|
| + std::move(synthetic_begin_frame_source),
|
| std::move(overlay_candidate_validator)),
|
| #if defined(OS_MACOSX)
|
| should_show_frames_state_(SHOULD_SHOW_FRAMES),
|
|
|