| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index cfc746a64a9f048c7f69f844255a4cb5527fbd54..dae8951ab441bd6a2f53f76f38aef3fb92766ba3 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -62,6 +62,7 @@ class CC_EXPORT SingleThreadProxy : public Proxy,
|
| bool SupportsImplScrolling() const override;
|
| bool MainFrameWillHappenForTesting() override;
|
| void SetChildrenNeedBeginFrames(bool children_need_begin_frames) override;
|
| + void SetAuthoritativeVSyncInterval(const base::TimeDelta& interval) override;
|
|
|
| // SchedulerClient implementation
|
| void WillBeginImplFrame(const BeginFrameArgs& args) override;
|
|
|