| 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 0e528d957ecc3f7c6e20b5e147664a8a2bdcb6e9..9fa502684c74517388c4566f60e116647be7f92f 100644
|
| --- a/content/browser/compositor/offscreen_browser_compositor_output_surface.cc
|
| +++ b/content/browser/compositor/offscreen_browser_compositor_output_surface.cc
|
| @@ -29,9 +29,11 @@
|
| OffscreenBrowserCompositorOutputSurface::
|
| OffscreenBrowserCompositorOutputSurface(
|
| 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()),
|
| fbo_(0),
|
| is_backbuffer_discarded_(false),
|
|
|