Index: cc/trees/layer_tree_host.h |
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h |
index 9d758c8cc37405f4cd30f1187a9cd6e6858609bc..4999d92cd6faee58c092342f5699a8f0e0736c49 100644 |
--- a/cc/trees/layer_tree_host.h |
+++ b/cc/trees/layer_tree_host.h |
@@ -321,6 +321,7 @@ class CC_EXPORT LayerTreeHost { |
void set_surface_id_namespace(uint32_t id_namespace); |
SurfaceSequence CreateSurfaceSequence(); |
+ void SetAuthoritativeVSyncInterval(base::TimeDelta inverval) const; |
void SetChildrenNeedBeginFrames(bool children_need_begin_frames) const; |
void SendBeginFramesToChildren(const BeginFrameArgs& args) const; |