DescriptionFix sub-pixel handling of transparency boxes in DPL
DeprecatedPaintLayer::transparencyClipBox and
DeprecatedPaintLayer::paintingExtent used to take a sub-pixel accumulation
value as an argument, but that value was inconsistent and often incorrect.
DeprecatedPaintLayer's have a sub-pixel accumulation value as a member for
this purpose, so this patch makes these methods use it. This fixes some
cases where partially transparent nested objects would be clipped
incorrectly at certain sub-pixel offsets.
BUG=476139
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=200922
Patch Set 1 #
Total comments: 1
Messages
Total messages: 7 (2 generated)
|