Index: Source/platform/fonts/CustomFontData.h |
diff --git a/Source/platform/fonts/CustomFontData.h b/Source/platform/fonts/CustomFontData.h |
index daf69f7dd8d91b24f0c4e9abbfe0635a66b06d42..616179b691b2c873b5f89f321248b5ba76fbf308 100644 |
--- a/Source/platform/fonts/CustomFontData.h |
+++ b/Source/platform/fonts/CustomFontData.h |
@@ -46,7 +46,6 @@ public: |
virtual bool shouldSkipDrawing() const { return false; } |
virtual void clearFontFaceSource() { } |
- virtual bool isSVGFont() const { return false; } |
virtual void initializeFontData(SimpleFontData*, float) { } |
virtual float widthForSVGGlyph(Glyph, float) const { return 0.0f; } |
virtual bool fillSVGGlyphPage(GlyphPage*, unsigned, unsigned, UChar*, unsigned, const SimpleFontData*) const { return false; } |