| Index: cc/test/fake_proxy.cc
|
| diff --git a/cc/test/fake_proxy.cc b/cc/test/fake_proxy.cc
|
| index 9cb6a0ba0418828a950c7b1a008d1b2d4f446ddd..b288c074ea7b21e878ebac76ac9bd78033c5bb20 100644
|
| --- a/cc/test/fake_proxy.cc
|
| +++ b/cc/test/fake_proxy.cc
|
| @@ -12,6 +12,10 @@ void FakeProxy::SetLayerTreeHost(LayerTreeHost* host) {
|
|
|
| bool FakeProxy::IsStarted() const { return true; }
|
|
|
| +bool FakeProxy::CommitToActiveTree() const {
|
| + return false;
|
| +}
|
| +
|
| const RendererCapabilities& FakeProxy::GetRendererCapabilities() const {
|
| return capabilities_;
|
| }
|
|
|