[Webkit-unassigned] [Bug 166008] ASSERTION FAILED: willBeComposited == needsToBeComposited(layer) in WebCore::RenderLayerCompositor::computeCompositingRequirements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 21 14:22:42 PST 2018


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

--- Comment #9 from Daniel Bates <dbates at webkit.org> ---
Because of the following:

> (lldb) p canBeComposited(layer)
> (bool) $11 = true
> (lldb) p requiresCompositingLayer(layer, queryData)
> (bool) $12 = false
> (lldb) p layer.mustCompositeForIndirectReasons()
> (bool) $13 = false
> (lldb) p usesCompositing() && layer.isRenderViewLayer()
> (bool) $14 = false

RenderLayerCompositor::needsToBeComposited() returns false.

-- 
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/20181221/4bd4335e/attachment.html>


More information about the webkit-unassigned mailing list