| Index: cc/test/fake_proxy.h
|
| diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h
|
| index e77d4f9deab96425e0625d37bcf642845254eccb..a5933e2f9e81bc241770e1a134d1276397026658 100644
|
| --- a/cc/test/fake_proxy.h
|
| +++ b/cc/test/fake_proxy.h
|
| @@ -23,6 +23,7 @@ class FakeProxy : public Proxy {
|
|
|
| void FinishAllRendering() override {}
|
| bool IsStarted() const override;
|
| + bool CommitToActiveTree() const override;
|
| void SetOutputSurface(scoped_ptr<OutputSurface>) override {}
|
| void SetLayerTreeHostClientReady() override {}
|
| void SetVisible(bool visible) override {}
|
|
|