aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pdf/SkPDFFont.h
diff options
context:
space:
mode:
authorGravatar Herb Derby <herb@google.com>2018-03-22 11:16:25 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-03-22 16:32:14 +0000
commit1a605cd396620d30a8f2b11bf57439fce5927a00 (patch)
treee8bec881bcbad2eb3290a82c7eed6b869905efa4 /src/pdf/SkPDFFont.h
parentab46ac5ee801a048552425274804309eaaf9a805 (diff)
Remove the last uses of auto glyph cache.
Change-Id: I15fdc5bbe29aaa969fe6ec57010919b52249fd7f Reviewed-on: https://skia-review.googlesource.com/115886 Reviewed-by: Hal Canary <halcanary@google.com> Commit-Queue: Herb Derby <herb@google.com>
Diffstat (limited to 'src/pdf/SkPDFFont.h')
-rw-r--r--src/pdf/SkPDFFont.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pdf/SkPDFFont.h b/src/pdf/SkPDFFont.h
index 5639d87b67..44cebf9fef 100644
--- a/src/pdf/SkPDFFont.h
+++ b/src/pdf/SkPDFFont.h
@@ -11,11 +11,11 @@
#include "SkAdvancedTypefaceMetrics.h"
#include "SkBitSet.h"
+#include "SkGlyphCache.h"
#include "SkPDFTypes.h"
#include "SkTDArray.h"
#include "SkTypeface.h"
-class SkAutoGlyphCache;
class SkPDFCanon;
class SkPDFFont;
@@ -48,7 +48,7 @@ public:
type == SkAdvancedTypefaceMetrics::kTrueType_Font;
}
- static SkAutoGlyphCache MakeVectorCache(SkTypeface*, int* sizeOut);
+ static SkExclusiveStrikePtr MakeVectorCache(SkTypeface*, int* sizeOut);
/** Returns true if this font encoding supports glyph IDs above 255.
*/