| 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 35a3a6cee52a56f90e11a1855e55879967c7a7a6..2254cbfca2a9e06667454d8949231bcb2d2a2508 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,
|
| + base::SingleThreadTaskRunner* task_runner,
|
| std::unique_ptr<BrowserCompositorOverlayCandidateValidator>
|
| overlay_candidate_validator)
|
| : BrowserCompositorOutputSurface(context,
|
| worker_context,
|
| vsync_manager,
|
| + task_runner,
|
| std::move(overlay_candidate_validator)),
|
| fbo_(0),
|
| is_backbuffer_discarded_(false),
|
|
|