| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index 1379d0893468e459fc11b0494b84ae98f15394e0..f2a62a6ecad3f1bf69759ea4d48e4c0149cef337 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -303,6 +303,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,
|
|
|