Chromium Code Reviews
DescriptionDon't allow the composited-alpha folding optimization to cross subsequences.
Otherwise the subsequence indices will become broken.
This worked before https://codereview.chromium.org/2793233002 because the
EndSubsequenceDisplayItem would always get in the way of the DrawingDisplayItem
and its preceding BeginCompositingDisplayItem. Now do the same thing by keeping
track of the last place such an end would have been.
BUG=709962
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Review-Url: https://codereview.chromium.org/2812103002
Cr-Commit-Position: refs/heads/master@{#463810}
Committed: https://chromium.googlesource.com/chromium/src/+/4b7d450be9fdfdc87a50c718053628da03ef243e
Patch Set 1 #Patch Set 2 : none #
Total comments: 7
Patch Set 3 : none #Patch Set 4 : none #Messages
Total messages: 17 (11 generated)
|