| 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 606b9fa16994193d17edf0eb8d2d547d7cb1441f..3a98015e5662989dfe09f10c7122a636f7bf5158 100644
 | 
| --- a/content/browser/compositor/offscreen_browser_compositor_output_surface.cc
 | 
| +++ b/content/browser/compositor/offscreen_browser_compositor_output_surface.cc
 | 
| @@ -30,12 +30,10 @@
 | 
|  OffscreenBrowserCompositorOutputSurface::
 | 
|      OffscreenBrowserCompositorOutputSurface(
 | 
|          const scoped_refptr<ContextProviderCommandBuffer>& context,
 | 
| -        const scoped_refptr<ContextProviderCommandBuffer>& worker_context,
 | 
|          const scoped_refptr<ui::CompositorVSyncManager>& vsync_manager,
 | 
|          scoped_ptr<BrowserCompositorOverlayCandidateValidator>
 | 
|              overlay_candidate_validator)
 | 
|      : BrowserCompositorOutputSurface(context,
 | 
| -                                     worker_context,
 | 
|                                       vsync_manager,
 | 
|                                       overlay_candidate_validator.Pass()),
 | 
|        fbo_(0),
 | 
| 
 |