| Index: trunk/src/cc/test/fake_proxy.h
|
| ===================================================================
|
| --- trunk/src/cc/test/fake_proxy.h (revision 238469)
|
| +++ trunk/src/cc/test/fake_proxy.h (working copy)
|
| @@ -38,7 +38,7 @@
|
| virtual void MainThreadHasStoppedFlinging() OVERRIDE {}
|
| virtual bool BeginMainFrameRequested() const OVERRIDE;
|
| virtual bool CommitRequested() const OVERRIDE;
|
| - virtual void Start() OVERRIDE {}
|
| + virtual void Start(scoped_ptr<OutputSurface> first_output_surface) OVERRIDE {}
|
| virtual void Stop() OVERRIDE {}
|
| virtual void ForceSerializeOnSwapBuffers() OVERRIDE {}
|
| virtual size_t MaxPartialTextureUpdates() const OVERRIDE;
|
|
|