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