| Index: cc/test/fake_proxy.cc
|
| diff --git a/cc/test/fake_proxy.cc b/cc/test/fake_proxy.cc
|
| index e37e144cb53fef70fb62df48dceaf6080b7cf532..7a5455fddc3910aa550f9f86af9cb8dc1e8326b8 100644
|
| --- a/cc/test/fake_proxy.cc
|
| +++ b/cc/test/fake_proxy.cc
|
| @@ -24,6 +24,10 @@ RendererCapabilities& FakeProxy::GetRendererCapabilities() {
|
| return capabilities_;
|
| }
|
|
|
| +scoped_ptr<OutputSurface> FakeProxy::GetOutputSurface() {
|
| + return NULL;
|
| +}
|
| +
|
| bool FakeProxy::BeginMainFrameRequested() const { return false; }
|
|
|
| bool FakeProxy::CommitRequested() const { return false; }
|
|
|