Index: cc/trees/thread_proxy.h |
diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h |
index d6d53a8440a5611546a7a40b439f700113d2c203..ce51f115fbe0f44fd0a2fb6f34d24c693f2ef5ea 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; |