Bug 181036

Summary: Refactor RenderMathMLRoot to remove LayoutUnit members modified during layout
Product: WebKit Reporter: Frédéric Wang (:fredw) <fred.wang>
Component: MathMLAssignee: 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)
Reported 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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.