| 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:
|
|
|