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 219e7f5116b3aba2a8e3a875078fb7da12b7c7e0..9ca1d51e5de9ba511e93b111f0834f04375ba58d 100644 |
--- a/content/browser/compositor/gpu_browser_compositor_output_surface.cc |
+++ b/content/browser/compositor/gpu_browser_compositor_output_surface.cc |
@@ -17,8 +17,10 @@ |
GpuBrowserCompositorOutputSurface::GpuBrowserCompositorOutputSurface( |
const scoped_refptr<ContextProviderCommandBuffer>& context, |
+ const scoped_refptr<ui::CompositorVSyncManager>& vsync_manager, |
scoped_ptr<cc::OverlayCandidateValidator> overlay_candidate_validator) |
- : BrowserCompositorOutputSurface(context), |
+ : BrowserCompositorOutputSurface(context, |
+ vsync_manager), |
#if defined(OS_MACOSX) |
should_not_show_frames_(false), |
#endif |