Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1699)

Unified Diff: Source/platform/fonts/CustomFontData.h

Issue 656913006: Remove SVG fonts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update tests for landing Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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; }

Powered by Google App Engine
This is Rietveld 408576698