Index: cc/trees/thread_proxy.h |
diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h |
index 14733f788a71b77fbd401d0014efde433a36832f..4e4acda602c44c7056e040e492a70ea5155656bf 100644 |
--- a/cc/trees/thread_proxy.h |
+++ b/cc/trees/thread_proxy.h |
@@ -176,6 +176,7 @@ class CC_EXPORT ThreadProxy : public Proxy, |
void AsValueInto(base::debug::TracedValue* value) const override; |
bool MainFrameWillHappenForTesting() override; |
void SetChildrenNeedBeginFrames(bool children_need_begin_frames) override; |
+ void SetAuthoritativeVSyncInterval(base::TimeDelta interval) override; |
// LayerTreeHostImplClient implementation |
void UpdateRendererCapabilitiesOnImplThread() override; |