| Index: trunk/src/cc/trees/proxy.h
|
| ===================================================================
|
| --- trunk/src/cc/trees/proxy.h (revision 238469)
|
| +++ trunk/src/cc/trees/proxy.h (working copy)
|
| @@ -84,7 +84,7 @@
|
| virtual bool BeginMainFrameRequested() const = 0;
|
|
|
| // Must be called before using the proxy.
|
| - virtual void Start() = 0;
|
| + virtual void Start(scoped_ptr<OutputSurface> first_output_surface) = 0;
|
| virtual void Stop() = 0; // Must be called before deleting the proxy.
|
|
|
| // Forces 3D commands on all contexts to wait for all previous SwapBuffers
|
|
|