| 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 b4a259627c23a0e3b694258228243d5e2ef321dc..09a8b7280a5501c098204e692a954672ead73afa 100644
|
| --- a/content/browser/compositor/gpu_browser_compositor_output_surface.cc
|
| +++ b/content/browser/compositor/gpu_browser_compositor_output_surface.cc
|
| @@ -18,9 +18,11 @@
|
|
|
| GpuBrowserCompositorOutputSurface::GpuBrowserCompositorOutputSurface(
|
| const scoped_refptr<ContextProviderCommandBuffer>& context,
|
| + const scoped_refptr<ui::CompositorVSyncManager>& vsync_manager,
|
| scoped_ptr<BrowserCompositorOverlayCandidateValidator>
|
| overlay_candidate_validator)
|
| : BrowserCompositorOutputSurface(context,
|
| + vsync_manager,
|
| overlay_candidate_validator.Pass()),
|
| #if defined(OS_MACOSX)
|
| should_show_frames_state_(SHOULD_SHOW_FRAMES),
|
|
|