| Index: cc/trees/thread_proxy.h
|
| diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h
|
| index c2dd348eb0add18b163d8c24ac283b278da6997d..ba08c8ded3eac32a31b9e158db784c1215858ccf 100644
|
| --- a/cc/trees/thread_proxy.h
|
| +++ b/cc/trees/thread_proxy.h
|
| @@ -210,6 +210,7 @@ class CC_EXPORT ThreadProxy : public Proxy,
|
| void DidActivateSyncTree() override;
|
| void DidPrepareTiles() override;
|
| void DidCompletePageScaleAnimationOnImplThread() override;
|
| + base::TimeTicks GetNextBeginImplFrameTimeIfRequested() const override;
|
|
|
| // SchedulerClient implementation
|
| void WillBeginImplFrame(const BeginFrameArgs& args) override;
|
|
|