| Index: cc/trees/layer_tree_host.cc
|
| diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc
|
| index abc63fc932eebfd8297d1bd0e020e9c3040b72a1..5f874d72fdb6be50a685afb9546cdb0128c8548e 100644
|
| --- a/cc/trees/layer_tree_host.cc
|
| +++ b/cc/trees/layer_tree_host.cc
|
| @@ -1315,6 +1315,11 @@ void LayerTreeHost::BreakSwapPromises(SwapPromise::DidNotSwapReason reason) {
|
| swap_promise_list_.clear();
|
| }
|
|
|
| +void LayerTreeHost::SetAuthoritativeVSyncInterval(
|
| + const base::TimeDelta& interval) {
|
| + proxy_->SetAuthoritativeVSyncInterval(interval);
|
| +}
|
| +
|
| void LayerTreeHost::set_surface_id_namespace(uint32_t id_namespace) {
|
| surface_id_namespace_ = id_namespace;
|
| }
|
|
|