Chromium Code Reviews| Index: cc/trees/layer_tree_impl.h |
| diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h |
| index 3d032fcc50bf7998f0b1382491b6891ad30072a0..651a11790ba8aa78279936d9d99381b672c4d18b 100644 |
| --- a/cc/trees/layer_tree_impl.h |
| +++ b/cc/trees/layer_tree_impl.h |
| @@ -360,7 +360,9 @@ class CC_EXPORT LayerTreeImpl { |
| // Take the |new_swap_promise| and append it to |swap_promise_list_|. |
|
brianderson
2016/07/28 18:10:53
Can you update this comment or remove it and rena
sunnyps
2016/08/02 02:55:09
Done. Updated comment.
|
| void PassSwapPromises( |
| - std::vector<std::unique_ptr<SwapPromise>>* new_swap_promise); |
| + std::vector<std::unique_ptr<SwapPromise>> new_swap_promises); |
| + void AppendSwapPromises( |
| + std::vector<std::unique_ptr<SwapPromise>> new_swap_promises); |
| void FinishSwapPromises(CompositorFrameMetadata* metadata); |
| void BreakSwapPromises(SwapPromise::DidNotSwapReason reason); |