Index: cc/test/fake_proxy.h |
diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h |
index 341d54142eb8c91b6fa25024cfe6bd32a49178b1..9231c2c1bd2953188d5f9c092a9efdc035b4245d 100644 |
--- a/cc/test/fake_proxy.h |
+++ b/cc/test/fake_proxy.h |
@@ -21,6 +21,7 @@ class FakeProxy : public Proxy { |
bool IsStarted() const override; |
bool CommitToActiveTree() const override; |
void SetOutputSurface(OutputSurface* output_surface) override {} |
+ void SetMutator(LayerTreeMutator* mutator) override {} |
void ReleaseOutputSurface() override; |
void SetVisible(bool visible) override {} |
void SetThrottleFrameProduction(bool throttle) override {} |