| Index: cc/output/output_surface.h
|
| diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h
|
| index 471170ac0eb68b41db10c076c6396a02093921d0..2645d84bf95b630540ed176d96d539cef5cc58a8 100644
|
| --- a/cc/output/output_surface.h
|
| +++ b/cc/output/output_surface.h
|
| @@ -147,11 +147,8 @@ class CC_EXPORT OutputSurface : public FrameRateControllerClient {
|
| protected:
|
| // Synchronously initialize context3d and enter hardware mode.
|
| // This can only supported in threaded compositing mode.
|
| - // |offscreen_context_provider| should match what is returned by
|
| - // LayerTreeClient::OffscreenContextProvider().
|
| bool InitializeAndSetContext3d(
|
| - scoped_refptr<ContextProvider> context_provider,
|
| - scoped_refptr<ContextProvider> offscreen_context_provider);
|
| + scoped_refptr<ContextProvider> context_provider);
|
| void ReleaseGL();
|
|
|
| void PostSwapBuffersComplete();
|
|
|