Index: cc/test/fake_proxy.h |
diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h |
index 4479136f8ff5f03add5a27a4cd2349b1ae2d8e6e..7fdad84c7f979f1c99463d5b11ca4b0ee3d392ac 100644 |
--- a/cc/test/fake_proxy.h |
+++ b/cc/test/fake_proxy.h |
@@ -33,8 +33,7 @@ class FakeProxy : public Proxy { |
void MainThreadHasStoppedFlinging() override {} |
bool BeginMainFrameRequested() const override; |
bool CommitRequested() const override; |
- void Start( |
- std::unique_ptr<BeginFrameSource> external_begin_frame_source) override {} |
+ void Start() override {} |
void Stop() override {} |
void SetMutator(std::unique_ptr<LayerTreeMutator> mutator) override; |
bool SupportsImplScrolling() const override; |