| Index: cc/test/fake_proxy.h
|
| diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h
|
| index 92a7a976a0f47bce770dafa75884ee59c296bb84..3c4742328868cffdeb59e8009d891afe9c324fd9 100644
|
| --- a/cc/test/fake_proxy.h
|
| +++ b/cc/test/fake_proxy.h
|
| @@ -39,7 +39,6 @@ class FakeProxy : public Proxy {
|
| void Stop() override {}
|
| bool SupportsImplScrolling() const override;
|
| bool MainFrameWillHappenForTesting() override;
|
| - void SetChildrenNeedBeginFrames(bool children_need_begin_frames) override {}
|
| void SetAuthoritativeVSyncInterval(const base::TimeDelta& interval) override {
|
| }
|
| void UpdateTopControlsState(TopControlsState constraints,
|
|
|