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

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

Issue 69953007: Move CustomFontData to platform/fonts. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « Source/platform/blink_platform.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/CustomFontData.h
diff --git a/Source/core/platform/graphics/CustomFontData.h b/Source/platform/fonts/CustomFontData.h
similarity index 96%
rename from Source/core/platform/graphics/CustomFontData.h
rename to Source/platform/fonts/CustomFontData.h
index 65a3d2659942ce0e6f1460d2c7210e0fe05e37cd..51a0d458879aa28a93553ae85ee69aa514ae6e93 100644
--- a/Source/core/platform/graphics/CustomFontData.h
+++ b/Source/platform/fonts/CustomFontData.h
@@ -53,7 +53,7 @@ public:
virtual bool fillSVGGlyphPage(GlyphPage*, unsigned, unsigned, UChar*, unsigned, const SimpleFontData*) const { return false; }
virtual bool applySVGGlyphSelection(WidthIterator&, GlyphData&, bool, int, unsigned&) const { return false; }
- virtual void setCSSFontFaceSource(CSSFontFaceSource* source) { ASSERT_NOT_REACHED(); }
+ virtual void setCSSFontFaceSource(CSSFontFaceSource*) { ASSERT_NOT_REACHED(); }
virtual void clearCSSFontFaceSource() { }
protected:
« no previous file with comments | « Source/platform/blink_platform.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698