| 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 eaadce554994e48f6baa9944c77dee17864f7435..e4af98c5e70990fd985c5578a5816857d0d9a8cc 100644
|
| --- a/content/browser/compositor/offscreen_browser_compositor_output_surface.cc
|
| +++ b/content/browser/compositor/offscreen_browser_compositor_output_surface.cc
|
| @@ -35,11 +35,13 @@ OffscreenBrowserCompositorOutputSurface::
|
| 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)),
|
| fbo_(0),
|
| is_backbuffer_discarded_(false),
|
|
|