DescriptionSplitting DidSwap in cc::SwapPromise into WillSwap and DidSwap
Currently DidSwap runs before the swap, but we need a method
that runs after it. DidSwap is also not the best name because
it implies it'll run after the swap, so we believe the best course of
action is to rename DidSwap to WillSwap and create a separate DidSwap
method that is run after the swap.
BUG=659598
CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel
Committed: https://crrev.com/e7345c8c5ec3831fb46788c903ea62b67a7a4174
Cr-Commit-Position: refs/heads/master@{#438993}
Patch Set 1 : x #Patch Set 2 : c #Patch Set 3 : x #
Total comments: 4
Patch Set 4 : remove blank line #
Total comments: 8
Patch Set 5 : x #Messages
Total messages: 46 (36 generated)
|