aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/FontCacheBench.cpp
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-11 19:24:08 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-11 19:24:08 +0000
commit664621a19e7ca5236ae4fce19e3ffd97f047b64d (patch)
treea4e636f90e3eabf2212611598e155d0af3893b4b /bench/FontCacheBench.cpp
parent42db2e45137cf93bb1df7f9a1d4f71d45a3e8bd5 (diff)
include the right named .h for glyph data
git-svn-id: http://skia.googlecode.com/svn/trunk@9512 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'bench/FontCacheBench.cpp')
-rw-r--r--bench/FontCacheBench.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/FontCacheBench.cpp b/bench/FontCacheBench.cpp
index 4224e87093..b4e128a0ce 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) };