Chromium Code Reviews| Index: cc/test/fake_proxy.h |
| diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h |
| index c279c34ce324f7d5cea4cf8e6d7f8a207815b6d3..0a4f5b23dd94ca24220b9a2e2bb453c23c0fcc06 100644 |
| --- a/cc/test/fake_proxy.h |
| +++ b/cc/test/fake_proxy.h |
| @@ -40,6 +40,7 @@ class FakeProxy : public Proxy { |
| void UpdateBrowserControlsState(BrowserControlsState constraints, |
| BrowserControlsState current, |
| bool animate) override {} |
| + void ResetTrees() override {} |
| private: |
| LayerTreeHost* layer_tree_host_; |