RESOLVED FIXED Bug 78560
The tile cache layer should have its background set to the page background
https://bugs.webkit.org/show_bug.cgi?id=78560
Summary The tile cache layer should have its background set to the page background
Anders Carlsson
Reported 2012-02-13 18:27:41 PST
The tile cache layer should have its background set to the page background
Attachments
Patch (4.73 KB, patch)
2012-02-13 18:29 PST, Anders Carlsson
sam: review+
Anders Carlsson
Comment 1 2012-02-13 18:29:34 PST
Anders Carlsson
Comment 2 2012-02-13 18:36:24 PST
Darin Adler
Comment 3 2012-02-14 15:46:19 PST
Comment on attachment 126883 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=126883&action=review > Source/WebCore/rendering/RenderLayerCompositor.cpp:1658 > + if (!backgroundColor.isValid() || backgroundColor.hasAlpha()) The isValid check is redundant because invalid colors always have alpha of 0 so return true for hasAlpha.
Note You need to log in before you can comment on or make changes to this bug.