Index: src/pdf/SkPDFFontImpl.h |
diff --git a/src/pdf/SkPDFFontImpl.h b/src/pdf/SkPDFFontImpl.h |
index 255682235e4001feacfcf2b7e9e38a3951966396..4c3e525985c55e8b95df49e9b69c0d71ccd238cd 100644 |
--- a/src/pdf/SkPDFFontImpl.h |
+++ b/src/pdf/SkPDFFontImpl.h |
@@ -16,7 +16,7 @@ class SkPDFType0Font : public SkPDFFont { |
public: |
virtual ~SkPDFType0Font(); |
virtual bool multiByteGlyphs() const { return true; } |
- SK_API virtual SkPDFFont* getFontSubset(const SkPDFGlyphSet* usage); |
+ virtual SkPDFFont* getFontSubset(const SkPDFGlyphSet* usage); |
#ifdef SK_DEBUG |
virtual void emitObject(SkWStream* stream, SkPDFCatalog* catalog); |
#endif |