WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
106400
Allow tiled WKViews to have transparent backgrounds
https://bugs.webkit.org/show_bug.cgi?id=106400
Summary
Allow tiled WKViews to have transparent backgrounds
Simon Fraser (smfr)
Reported
2013-01-08 16:51:45 PST
Allow tiled WKViews to have transparent backgrounds
Attachments
Patch
(7.41 KB, patch)
2013-01-08 17:02 PST
,
Simon Fraser (smfr)
andersca
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2013-01-08 17:02:02 PST
<
rdar://problem/12975179
>
Simon Fraser (smfr)
Comment 2
2013-01-08 17:02:41 PST
Created
attachment 181807
[details]
Patch
Anders Carlsson
Comment 3
2013-01-09 11:20:20 PST
Comment on
attachment 181807
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=181807&action=review
> Source/WebCore/ChangeLog:8 > + When WKViews are set to have transparent backgrounds, they still
were set?
> Source/WebCore/ChangeLog:22 > + linen, so enderLayerCompositor::requiresOverhangAreasLayer() was changed
RenderLayerCompositor.
> Source/WebCore/rendering/RenderLayerBacking.cpp:266 > - isTransparent = frameView->isTransparent(); > + isTransparent = !frameView->hasOpaqueBackground();
I think you should rename this variable to hasOpaqueBackground.
Simon Fraser (smfr)
Comment 4
2013-01-15 10:12:01 PST
http://trac.webkit.org/changeset/139750
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