Index: Source/platform/fonts/GlyphPage.h |
diff --git a/Source/platform/fonts/GlyphPage.h b/Source/platform/fonts/GlyphPage.h |
index 47f3fca493316124551fa926fab64bd1b9f11938..68d249a6bd7783d0a214e3b3e9ad80bb388316e3 100644 |
--- a/Source/platform/fonts/GlyphPage.h |
+++ b/Source/platform/fonts/GlyphPage.h |
@@ -174,9 +174,6 @@ public: |
GlyphPageTreeNode* owner() const { return m_owner; } |
- // Implemented by the platform. |
- bool fill(unsigned offset, unsigned length, UChar* characterBuffer, unsigned bufferLength, const SimpleFontData*); |
- |
private: |
explicit GlyphPage(GlyphPageTreeNode* owner, const SimpleFontData* fontDataForAllGlyphs = 0) |
: m_fontDataForAllGlyphs(fontDataForAllGlyphs) |