Index: cc/trees/thread_proxy.h |
diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h |
index c2dd348eb0add18b163d8c24ac283b278da6997d..40655f7e62864a1887badd72f85f328ccf39a3fa 100644 |
--- a/cc/trees/thread_proxy.h |
+++ b/cc/trees/thread_proxy.h |
@@ -178,6 +178,7 @@ class CC_EXPORT ThreadProxy : public Proxy, |
void AsValueInto(base::trace_event::TracedValue* value) const override; |
bool MainFrameWillHappenForTesting() override; |
void SetChildrenNeedBeginFrames(bool children_need_begin_frames) override; |
+ void SetAuthoritativeVSyncInterval(const base::TimeDelta& interval) override; |
// LayerTreeHostImplClient implementation |
void UpdateRendererCapabilitiesOnImplThread() override; |