Fix NeedsFullRepaintForPositionedMovementLayout
The logic was just plain wrong: during a position movement layout, we have to invalidate the old and new position as we are shifted. The current code would generate incremental invalidation as it fell down the wrong path. Refactored the code to do what it's supposed to do and added an invalidation test to cover a case where incremental invalidation failed. BUG=352050 Review URL: https://codereview.chromium.org/202433003 git-svn-id: svn://svn.chromium.org/blink/trunk@169505 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment