DescriptionFix zero height root renderer with background image painting
When the root renderer is fully collapsed with a background
image, the solid color background painting path would assume
that the background image would fill the viewport, but the
background image code would, correctly, only use the actual
height of the root and therefor not fill anything. The
result is the viewport isn't filled at all.
This is a regression from my early patch (r166582) that avoids
implicitly painting the viewport background when the root
itself will do so as an optimization to avoid rasterizing the entire
viewport twice. Catching the case in the solid color background
painting path. Behavior matches FireFox and Safari.
BUG=349936
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169889
Patch Set 1 #
Total comments: 4
Patch Set 2 : Address Elliott's comments #
Messages
Total messages: 8 (0 generated)
|