RESOLVED FIXED 123928
Cleanup FontMac.mm
https://bugs.webkit.org/show_bug.cgi?id=123928
Summary Cleanup FontMac.mm
Daniel Bates
Reported 2013-11-06 14:20:54 PST
We should remove the default case statement from the switch block in Font::drawGlyphs(), <http://trac.webkit.org/browser/trunk/Source/WebCore/platform/graphics/mac/FontMac.mm?rev=158581#L143>, so that the compiler enforces that the switch covers all cases. We should inline the definition of isVertical in showGlyphsWithAdvances() since its referenced exactly once and its value is sufficiently clear. Additionally, we should use the variable platformData throughout Font::drawGlyphs() instead of using the variable in some place and explicitly querying for the Font's platform data in others.
Attachments
Patch (3.86 KB, patch)
2013-11-06 14:22 PST, Daniel Bates
aestes: review+
Daniel Bates
Comment 1 2013-11-06 14:22:00 PST
Daniel Bates
Comment 2 2013-11-06 15:58:22 PST
Note You need to log in before you can comment on or make changes to this bug.