[Webkit-unassigned] [Bug 181036] New: Refactor RenderMathMLRoot to remove LayoutUnit members modified during layout
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 20 08:29:01 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=181036
Bug ID: 181036
Summary: Refactor RenderMathMLRoot to remove LayoutUnit members
modified during layout
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: MathML
Assignee: webkit-unassigned at lists.webkit.org
Reporter: fred.wang at free.fr
CC: alex at igalia.com, jfernandez at igalia.com, lambda at liu.ms,
rego at igalia.com
Depends on: 180348
fred at igalia-fwang:~/webkit/WebKit$ grep m_ Source/WebCore/rendering/mathml/RenderMathMLRoot.h
MathOperator m_radicalOperator;
LayoutUnit m_radicalOperatorTop;
LayoutUnit m_baseWidth;
This is similar to bug 180151. We can probably refactor the code so that we don't need m_radicalOperatorTop and m_baseWidth and that should be easier after bug 180348.
Referenced Bugs:
https://bugs.webkit.org/show_bug.cgi?id=180348
[Bug 180348] Split layout of RenderMathMLRow into smaller steps
--
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/20171220/c0b49fa5/attachment.html>
More information about the webkit-unassigned
mailing list