| Index: cc/output/output_surface_client.h
|
| diff --git a/cc/output/output_surface_client.h b/cc/output/output_surface_client.h
|
| index 141e01a8c63ca5cc9738e7e4435bfb22854c0f66..3b92e27d260b747cebe38569749e35351c8fe8ea 100644
|
| --- a/cc/output/output_surface_client.h
|
| +++ b/cc/output/output_surface_client.h
|
| @@ -27,8 +27,7 @@ class CC_EXPORT OutputSurfaceClient {
|
| // Called to synchronously re-initialize using the Context3D. Upon returning
|
| // the compositor should be able to draw using GL what was previously
|
| // committed.
|
| - virtual bool DeferredInitialize(
|
| - scoped_refptr<ContextProvider> offscreen_context_provider) = 0;
|
| + virtual void DeferredInitialize() = 0;
|
| virtual void ReleaseGL() = 0;
|
| virtual void SetNeedsRedrawRect(const gfx::Rect& damage_rect) = 0;
|
| virtual void BeginFrame(const BeginFrameArgs& args) = 0;
|
|
|