| Index: cc/trees/thread_proxy.h
|
| diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h
|
| index 51cc18cd95fc6c89d86f6b48c38cb818ea64a32b..07f4c6ca69fe59782f323166700e384a527fcfc9 100644
|
| --- a/cc/trees/thread_proxy.h
|
| +++ b/cc/trees/thread_proxy.h
|
| @@ -178,6 +178,7 @@ class CC_EXPORT ThreadProxy : public Proxy,
|
| void SetDebugState(const LayerTreeDebugState& debug_state) override;
|
| bool MainFrameWillHappenForTesting() override;
|
| void SetChildrenNeedBeginFrames(bool children_need_begin_frames) override;
|
| + void SetAuthoritativeVSyncInterval(const base::TimeDelta& interval) override;
|
|
|
| // LayerTreeHostImplClient implementation
|
| void UpdateRendererCapabilitiesOnImplThread() override;
|
|
|