| Index: cc/test/fake_proxy.cc
|
| diff --git a/cc/test/fake_proxy.cc b/cc/test/fake_proxy.cc
|
| index 87bea06ce0747e032240ba0a8895c9c70f48ec90..cc254eb31f50b7d2f82579ffe334e5e689385742 100644
|
| --- a/cc/test/fake_proxy.cc
|
| +++ b/cc/test/fake_proxy.cc
|
| @@ -24,9 +24,7 @@ RendererCapabilities& FakeProxy::GetRendererCapabilities() {
|
| return capabilities_;
|
| }
|
|
|
| -scoped_ptr<OutputSurface> FakeProxy::ReleaseOutputSurface() {
|
| - return nullptr;
|
| -}
|
| +void FakeProxy::ReleaseOutputSurface() {}
|
|
|
| bool FakeProxy::BeginMainFrameRequested() const { return false; }
|
|
|
|
|