Index: cc/test/fake_proxy.h |
diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h |
index 1d62c6f50cbb4eff0ab8ca3f72ee49ec6e26c89e..11beb7e9f9f7974c26dfc085e483cb4199a45a81 100644 |
--- a/cc/test/fake_proxy.h |
+++ b/cc/test/fake_proxy.h |
@@ -23,6 +23,7 @@ class FakeProxy : public Proxy { |
virtual void FinishAllRendering() OVERRIDE {} |
virtual bool IsStarted() const OVERRIDE; |
+ virtual void SetOutputSurface(scoped_ptr<OutputSurface>) OVERRIDE {} |
virtual void SetLayerTreeHostClientReady() OVERRIDE {} |
virtual void SetVisible(bool visible) OVERRIDE {} |
virtual const RendererCapabilities& GetRendererCapabilities() const OVERRIDE; |