| Index: cc/trees/scoped_abort_remaining_swap_promises.h
|
| diff --git a/cc/trees/scoped_abort_remaining_swap_promises.h b/cc/trees/scoped_abort_remaining_swap_promises.h
|
| index e35fbf9154166de287e2c148292c17d8d4bed85f..568aadc13e70b6a5295c1f1ff9a8e05aa40db647 100644
|
| --- a/cc/trees/scoped_abort_remaining_swap_promises.h
|
| +++ b/cc/trees/scoped_abort_remaining_swap_promises.h
|
| @@ -16,7 +16,7 @@ class ScopedAbortRemainingSwapPromises {
|
| : layer_tree_host_(layer_tree_host) {}
|
|
|
| ~ScopedAbortRemainingSwapPromises() {
|
| - layer_tree_host_->BreakSwapPromises(SwapPromise::COMMIT_FAILS);
|
| + layer_tree_host_->BreakSwapPromises(Promise::DidNotSwap::COMMIT_FAILS);
|
| }
|
|
|
| private:
|
|
|