| Index: cc/trees/layer_tree_host.cc
|
| diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc
|
| index 9d1c36657e1e410aec6c624f28fe77fef521040d..15628656f2eb97bc1dffa42fcdcb411a08f6895c 100644
|
| --- a/cc/trees/layer_tree_host.cc
|
| +++ b/cc/trees/layer_tree_host.cc
|
| @@ -1300,4 +1300,9 @@ void LayerTreeHost::RecordFrameTimingEvents(
|
| main_frame_events.Pass());
|
| }
|
|
|
| +void LayerTreeHost::OnCommitForSwapPromises() {
|
| + for (auto* swap_promise : swap_promise_list_)
|
| + swap_promise->OnCommit();
|
| +}
|
| +
|
| } // namespace cc
|
|
|