| Index: content/browser/compositor/offscreen_browser_compositor_output_surface.cc
|
| diff --git a/content/browser/compositor/offscreen_browser_compositor_output_surface.cc b/content/browser/compositor/offscreen_browser_compositor_output_surface.cc
|
| index a43de0d4d67025c143def01d424609fdbc6e24c1..4e5f6472d7d4f1111530d70d56fbc33109c0c59a 100644
|
| --- a/content/browser/compositor/offscreen_browser_compositor_output_surface.cc
|
| +++ b/content/browser/compositor/offscreen_browser_compositor_output_surface.cc
|
| @@ -31,12 +31,10 @@ OffscreenBrowserCompositorOutputSurface::
|
| OffscreenBrowserCompositorOutputSurface(
|
| scoped_refptr<ContextProviderCommandBuffer> context,
|
| scoped_refptr<ui::CompositorVSyncManager> vsync_manager,
|
| - cc::SyntheticBeginFrameSource* begin_frame_source,
|
| std::unique_ptr<display_compositor::CompositorOverlayCandidateValidator>
|
| overlay_candidate_validator)
|
| : BrowserCompositorOutputSurface(std::move(context),
|
| std::move(vsync_manager),
|
| - begin_frame_source,
|
| std::move(overlay_candidate_validator)),
|
| weak_ptr_factory_(this) {
|
| capabilities_.uses_default_gl_framebuffer = false;
|
|
|