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

Unified Diff: Source/core/css/RemoteFontFaceSource.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/core/css/RemoteFontFaceSource.h
diff --git a/Source/core/css/RemoteFontFaceSource.h b/Source/core/css/RemoteFontFaceSource.h
index 91a78b99e8e17e22ae0c3d987bc1067aba0bf54d..e39713fd14dcb7c924459079339d801422a38265 100644
--- a/Source/core/css/RemoteFontFaceSource.h
+++ b/Source/core/css/RemoteFontFaceSource.h
@@ -26,10 +26,6 @@ public:
void beginLoadIfNeeded() override;
virtual bool ensureFontData();
-#if ENABLE(SVG_FONTS)
- virtual bool isSVGFontFaceSource() const { return false; }
-#endif
-
virtual void didStartFontLoad(FontResource*) override;
virtual void fontLoaded(FontResource*) override;
virtual void fontLoadWaitLimitExceeded(FontResource*) override;

Powered by Google App Engine
This is Rietveld 408576698