Bug 106400

Summary: Allow tiled WKViews to have transparent backgrounds
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, eric, ojan.autocc, sam, simon.fraser, webkit-bug-importer, webkit.review.bot
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

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+
Simon Fraser (smfr)
Comment 1 2013-01-08 17:02:02 PST
Simon Fraser (smfr)
Comment 2 2013-01-08 17:02:41 PST
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
Note You need to log in before you can comment on or make changes to this bug.