Index: src/pdf/SkPDFFont.h |
diff --git a/src/pdf/SkPDFFont.h b/src/pdf/SkPDFFont.h |
index cf2daa0fdf683daf6f1ce607a68d2d0a5dcec784..81ffd904034dc232ccc3e7fd160890703cbb4cd2 100644 |
--- a/src/pdf/SkPDFFont.h |
+++ b/src/pdf/SkPDFFont.h |
@@ -82,9 +82,6 @@ class SkPDFFont : public SkPDFDict { |
public: |
virtual ~SkPDFFont(); |
- virtual void getResources(const SkTSet<SkPDFObject*>& knownResourceObjects, |
- SkTSet<SkPDFObject*>* newResourceObjects); |
- |
/** Returns the typeface represented by this class. Returns NULL for the |
* default typeface. |
*/ |
@@ -162,9 +159,6 @@ protected: |
uint16_t lastGlyphID() const; |
void setLastGlyphID(uint16_t glyphID); |
- // Add object to resource list. |
- void addResource(SkPDFObject* object); |
- |
// Accessors for FontDescriptor associated with this object. |
SkPDFDict* getFontDescriptor(); |
void setFontDescriptor(SkPDFDict* descriptor); |
@@ -196,7 +190,6 @@ private: |
uint16_t fFirstGlyphID; |
uint16_t fLastGlyphID; |
SkAutoTUnref<const SkAdvancedTypefaceMetrics> fFontInfo; |
- SkTDArray<SkPDFObject*> fResources; |
SkAutoTUnref<SkPDFDict> fDescriptor; |
SkAdvancedTypefaceMetrics::FontType fFontType; |