| Index: cc/trees/thread_proxy.h
|
| diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h
|
| index a1064ab597ad06901a8fabdb5b808e8a63228bb5..a7e8068de1d4a216d972a3554fe5c5211824144e 100644
|
| --- a/cc/trees/thread_proxy.h
|
| +++ b/cc/trees/thread_proxy.h
|
| @@ -206,6 +206,7 @@ class CC_EXPORT ThreadProxy : public Proxy,
|
| base::TimeDelta delay) override;
|
| void DidActivateSyncTree() override;
|
| void DidManageTiles() override;
|
| + void DidCompletePageScaleAnimationBeforeCommit() override;
|
|
|
| // SchedulerClient implementation
|
| void WillBeginImplFrame(const BeginFrameArgs& args) override;
|
|
|