DescriptionMove selection invalidation to the invalidation phase
https://codereview.chromium.org/620553009 moved some of the
selection-related invalidations to the invalidation phase.
This change fixes the original logic that wasn't totally right.
The core issue is that we have to store the old selection rectangle
as we can't compute it as part of the next frame (all the selection
information have been updated by then).
This change also includes some simplification of the
selection code now that we don't need much of the logic.
BUG=407416
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184794
Patch Set 1 #Patch Set 2 : Tentative fix, up for slammin' reviews #
Total comments: 13
Patch Set 3 : Updated after review comments. #
Total comments: 4
Patch Set 4 : Updated after Xianzhu's comments. #Messages
Total messages: 13 (3 generated)
|