Use traits instead of table for color glyph detection.
authorbungeman <bungeman@google.com>
Mon, 23 Feb 2015 22:24:04 +0000 (14:24 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 23 Feb 2015 22:24:04 +0000 (14:24 -0800)
commit98c251bc7eec5aa236700d9936c740f2744788db
treef01c73ccedc0ac552f301ff84a6c0cc9959cadb8
parent9671ecd44e48e8bbe1361830717b79c9c4dc9d17
Use traits instead of table for color glyph detection.

The CTFont already knows if a font might contain color glyphs,
so use that information directly instead of guessing ourselves.

Review URL: https://codereview.chromium.org/949933003
src/ports/SkFontHost_mac.cpp