DescriptionCC: Fix missing swap-used-incomplete-tile updates
When we early-out of a frame that has no damage, we didn't
correctly detect if the frame had incomplete tiles. This
patch only updates the flag if a swap actually occurs.
To prevent this kind of bug in the future, this patch
always sets the did-swap-use-incomplete-tile flag when it is
known, rather than resetting it to false in one place and
hoping it will always be set again correctly in all cases.
The test times-out without this patch.
BUG=284810
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221891
Patch Set 1 #Patch Set 2 : Rename. #Patch Set 3 : Add test. #
Total comments: 10
Patch Set 4 : Nits. #
Total comments: 4
Patch Set 5 : Feedback. #Patch Set 6 : Make settings private again. #Patch Set 7 : Whitespace only/ #Patch Set 8 : Rebase. #
Messages
Total messages: 20 (0 generated)
|