| Index: cc/trees/layer_tree_host.cc
|
| diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc
|
| index 361fae14285e58f5675126d4a16d9b1338a79e11..3bc0c98fb4057ac2a32951e812a40eff5530a3a6 100644
|
| --- a/cc/trees/layer_tree_host.cc
|
| +++ b/cc/trees/layer_tree_host.cc
|
| @@ -1382,6 +1382,11 @@ SurfaceSequence LayerTreeHost::CreateSurfaceSequence() {
|
| return SurfaceSequence(surface_id_namespace_, next_surface_sequence_++);
|
| }
|
|
|
| +void LayerTreeHost::SetAuthoritativeVSyncInterval(
|
| + base::TimeDelta interval) const {
|
| + proxy_->SetAuthoritativeVSyncInterval(interval);
|
| +}
|
| +
|
| void LayerTreeHost::SetChildrenNeedBeginFrames(
|
| bool children_need_begin_frames) const {
|
| proxy_->SetChildrenNeedBeginFrames(children_need_begin_frames);
|
|
|