| Index: cc/test/fake_proxy.h
|
| diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h
|
| index 295cd9d0b3fc58ebeab0594b50bb406d3cb904bc..bcde11ecb75180c25d74b9cde377c6e991828bbe 100644
|
| --- a/cc/test/fake_proxy.h
|
| +++ b/cc/test/fake_proxy.h
|
| @@ -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;
|
|
|