Index: cc/trees/proxy.h |
diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h |
index 8949a02c5a8824402007ff6df9157675f723a7c2..69975a6dd7f39a4632152d9f47c0b0f95023959b 100644 |
--- a/cc/trees/proxy.h |
+++ b/cc/trees/proxy.h |
@@ -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 |