include the right named .h for glyph data

git-svn-id: http://skia.googlecode.com/svn/trunk@9512 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
reed@google.com 2013-06-11 19:24:08 +00:00
parent 42db2e4513
commit 664621a19e

View File

@ -12,7 +12,7 @@
#include "SkString.h"
#include "SkTemplates.h"
#include "glyphs.h"
#include "gUniqueGlyphIDs.h"
class FontCacheBench : public SkBenchmark {
enum { N = SkBENCHLOOP(800) };