Bug 181036 - Refactor RenderMathMLRoot to remove LayoutUnit members modified during layout
Summary: Refactor RenderMathMLRoot to remove LayoutUnit members modified during layout
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: MathML (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 180348
Blocks:
  Show dependency treegraph
 
Reported: 2017-12-20 08:29 PST by Frédéric Wang (:fredw)
Modified: 2017-12-20 08:29 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frédéric Wang (:fredw) 2017-12-20 08:29:01 PST
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.