[Webkit-unassigned] [Bug 156795] Move parsing of mspace attributes to a MathMLSpaceElement class

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 23 02:14:58 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=156795

--- Comment #1 from Frédéric Wang (:fredw) <fred.wang at free.fr> ---
Comment on attachment 276830
  --> https://bugs.webkit.org/attachment.cgi?id=276830
WIP Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=276830&action=review

> Source/WebCore/rendering/mathml/RenderMathMLSpace.cpp:66
> +    spaceElement.depthLength().toUserUnits(style(), m_depth);

Note: my plan (not tested yet) was to directly introduce helper function mspaceWidth() mspaceHeight() and mspaceDepth() that would directly call toUserUnits. That way we can just remove m_width, m_height and m_depth members.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160423/a8e7b385/attachment.html>


More information about the webkit-unassigned mailing list