commit | 664621a19e7ca5236ae4fce19e3ffd97f047b64d | [log] [tgz] |
---|---|---|
author | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Jun 11 19:24:08 2013 +0000 |
committer | reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Jun 11 19:24:08 2013 +0000 |
tree | a4e636f90e3eabf2212611598e155d0af3893b4b | |
parent | 42db2e45137cf93bb1df7f9a1d4f71d45a3e8bd5 [diff] |
include the right named .h for glyph data git-svn-id: http://skia.googlecode.com/svn/trunk@9512 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/bench/FontCacheBench.cpp b/bench/FontCacheBench.cpp index 4224e87..b4e128a 100644 --- a/bench/FontCacheBench.cpp +++ b/bench/FontCacheBench.cpp
@@ -12,7 +12,7 @@ #include "SkString.h" #include "SkTemplates.h" -#include "glyphs.h" +#include "gUniqueGlyphIDs.h" class FontCacheBench : public SkBenchmark { enum { N = SkBENCHLOOP(800) };