WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
181036
Refactor RenderMathMLRoot to remove LayoutUnit members modified during layout
https://bugs.webkit.org/show_bug.cgi?id=181036
Summary
Refactor RenderMathMLRoot to remove LayoutUnit members modified during layout
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
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug