WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2012-02-13 18:29:34 PST
Created
attachment 126883
[details]
Patch
Anders Carlsson
Comment 2
2012-02-13 18:36:24 PST
Committed
r107657
: <
http://trac.webkit.org/changeset/107657
>
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.
Top of Page
Format For Printing
XML
Clone This Bug