[Webkit-unassigned] [Bug 197654] Translucent gradient rendering bug due to will-change transform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 11 12:33:25 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=197654

--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
We currently re-evaluate contentsOpaque in RenderLayerBacking::updateGeometry(), but that doesn't fire for just a background change (repaint triggers an updateConfiguration()). However, contentsOpaque depends on geometry, and updateConfiguration() runs first, so I think we'll have to move it to updateAfterDescendants().

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190511/a1be2ce8/attachment.html>


More information about the webkit-unassigned mailing list