Index: Source/platform/fonts/FontPlatformData.h |
diff --git a/Source/platform/fonts/FontPlatformData.h b/Source/platform/fonts/FontPlatformData.h |
index f158b80f9a99b5e2bc36dfe9f8c14d6514833e5b..a589f27a6f64887703cbd3a35c28b6de8402bbfb 100644 |
--- a/Source/platform/fonts/FontPlatformData.h |
+++ b/Source/platform/fonts/FontPlatformData.h |
@@ -61,9 +61,6 @@ typedef UInt32 ATSFontRef; |
namespace blink { |
-class FontDescription; |
-class SharedBuffer; |
- |
class HarfBuzzFace; |
inline CTFontRef toCTFontRef(NSFont *nsFont) { return reinterpret_cast<CTFontRef>(nsFont); } |