[Webkit-unassigned] [Bug 161133] New: Make RenderMathToken::m_mathVariantGlyph an Optional<GlyphData> to encode its dirtiness

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 24 03:00:09 PDT 2016


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

            Bug ID: 161133
           Summary: Make RenderMathToken::m_mathVariantGlyph an
                    Optional<GlyphData> to encode its dirtiness
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: MathML
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fred.wang at free.fr

The glyph to draw special mathvariant is handled via two members:

GlyphData m_mathVariantGlyph;
bool m_mathVariantGlyphDirty;

They should be merged into a single Optional<GlyphData> where Nullopt means that the glyph is dirty.

-- 
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/20160824/1130cedd/attachment-0001.html>


More information about the webkit-unassigned mailing list