aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkGlyphCache.h
diff options
context:
space:
mode:
authorGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-24 20:33:21 +0000
committerGravatar bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-24 20:33:21 +0000
commitbbe50131413098bffed9186660c41f047d881596 (patch)
treee4979eb75e3dd9ac373dca788ee92e025c553a78 /src/core/SkGlyphCache.h
parent0dc9ba4c318f9a7d336b83a3d46997aca34ad418 (diff)
Split SkGlyph into its own header.
Diffstat (limited to 'src/core/SkGlyphCache.h')
-rw-r--r--src/core/SkGlyphCache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/SkGlyphCache.h b/src/core/SkGlyphCache.h
index f393416238..5992a6d96d 100644
--- a/src/core/SkGlyphCache.h
+++ b/src/core/SkGlyphCache.h
@@ -13,6 +13,7 @@
#include "SkBitmap.h"
#include "SkChunkAlloc.h"
#include "SkDescriptor.h"
+#include "SkGlyph.h"
#include "SkScalerContext.h"
#include "SkTemplates.h"