| Index: cc/test/fake_proxy.cc
|
| diff --git a/cc/test/fake_proxy.cc b/cc/test/fake_proxy.cc
|
| index 080be12aa705d381db576138460e117896f83c8a..4a1c2296c0c18e58862037552dd806f17852b392 100644
|
| --- a/cc/test/fake_proxy.cc
|
| +++ b/cc/test/fake_proxy.cc
|
| @@ -18,14 +18,6 @@ bool FakeProxy::CommitToActiveTree() const {
|
| return false;
|
| }
|
|
|
| -const RendererCapabilities& FakeProxy::GetRendererCapabilities() const {
|
| - return capabilities_;
|
| -}
|
| -
|
| -RendererCapabilities& FakeProxy::GetRendererCapabilities() {
|
| - return capabilities_;
|
| -}
|
| -
|
| void FakeProxy::ReleaseOutputSurface() {}
|
|
|
| bool FakeProxy::BeginMainFrameRequested() const { return false; }
|
|
|