Bug 78560

Summary: The tile cache layer should have its background set to the page background
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch sam: review+

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.