[Webkit-unassigned] [Bug 179681] Cleanup code for RenderMathMLUnderOver::layoutBlock

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 14 23:47:50 PST 2017


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

--- Comment #1 from Frédéric Wang (:fredw) <fred.wang at free.fr> ---
So more precisely, I was proposing:

1. Rename "computeOperatorsHorizontalStretch" to "stretchHorizontalOperatorsAndLayoutChildren".
2. Replace layoutIfNeeded() calls in RenderMathMLUnderOver::layoutBlock() with:
   ASSERT(!base().needsLayout());
   ASSERT(m_scriptType == Over || !under().needsLayout());
   ASSERT(m_scriptType == Under || !over().needsLayout());

-- 
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/20171115/0e3575c1/attachment.html>


More information about the webkit-unassigned mailing list