[webkit-reviews] review granted: [Bug 39050] Move transient glyph overflow and fallback font data from a global to the stack : [Attachment 55950] Use a stack-based GlyphOverflowAndFallbackFontsMap

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 13 14:19:05 PDT 2010


Darin Adler <darin at apple.com> has granted mitz at webkit.org's request for review:
Bug 39050: Move transient glyph overflow and fallback font data from a global
to the stack
https://bugs.webkit.org/show_bug.cgi?id=39050

Attachment 55950: Use a stack-based GlyphOverflowAndFallbackFontsMap
https://bugs.webkit.org/attachment.cgi?id=55950&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
> +						int& maxAscent, int&
maxDescent, bool strictMode, GlyphOverflowAndFallbackFontsMap&
glyphOverflowAndFallbackFontsMap)

Can we give this argument a shorter less-precise name, perhaps overflowMap or
fallbackMap or extrasMap or exceptionsMap?


More information about the webkit-reviews mailing list