Bug 181036
Summary: | Refactor RenderMathMLRoot to remove LayoutUnit members modified during layout | ||
---|---|---|---|
Product: | WebKit | Reporter: | Frédéric Wang (:fredw) <fred.wang> |
Component: | MathML | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | alex, jfernandez, lambda, rego |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 180348 | ||
Bug Blocks: |
Frédéric Wang (:fredw)
fred@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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |