| Index: cc/layers/surface_layer.cc
|
| diff --git a/cc/layers/surface_layer.cc b/cc/layers/surface_layer.cc
|
| index 5dbc7a2f8f72596a4bc802a014fe4befaefde9da..989f90cb9b0c7038b26499e1d8deea12a6330d24 100644
|
| --- a/cc/layers/surface_layer.cc
|
| +++ b/cc/layers/surface_layer.cc
|
| @@ -28,8 +28,9 @@ class SatisfySwapPromise : public SwapPromise {
|
| metadata->satisfies_sequences.push_back(sequence_.sequence);
|
| }
|
|
|
| - void DidNotSwap(DidNotSwapReason reason) override {
|
| + DidNotSwapAction DidNotSwap(DidNotSwapReason reason) override {
|
| satisfy_callback_.Run(sequence_);
|
| + return DidNotSwapAction::BREAK_PROMISE;
|
| }
|
| int64_t TraceId() const override { return 0; }
|
|
|
|
|