[Webkit-unassigned] [Bug 106068] Assert in RenderGeometryMap::mapToContainer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 4 09:13:38 PST 2013


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





--- Comment #2 from Alexandru Chiculita <achicu at adobe.com>  2013-01-04 09:15:36 PST ---
It looks like in RenderLayerCompositor::computeCompositingRequirements the absBounds are only computed if (overlapMap && !overlapMap->isEmpty() && compositingState.m_testingOverlap) is true.

However, the "empty" absBounds are later used to call addToOverlapMap and triggers that assert.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list