Index: cc/trees/layer_tree_host.h |
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h |
index e677f890f0d97d6a6c79dbf1c9d12d34d748a39f..2242e8e9911155595fd8abeef80414fe41d308e7 100644 |
--- a/cc/trees/layer_tree_host.h |
+++ b/cc/trees/layer_tree_host.h |
@@ -323,6 +323,8 @@ class CC_EXPORT LayerTreeHost { |
void SetChildrenNeedBeginFrames(bool children_need_begin_frames) const; |
void SendBeginFramesToChildren(const BeginFrameArgs& args) const; |
+ void SetAuthoritativeVSyncInterval(const base::TimeDelta& interval); |
+ |
protected: |
LayerTreeHost(LayerTreeHostClient* client, |
SharedBitmapManager* shared_bitmap_manager, |