Index: Source/platform/fonts/mac/ComplexTextController.h |
diff --git a/Source/platform/fonts/mac/ComplexTextController.h b/Source/platform/fonts/mac/ComplexTextController.h |
index 49e99de5d161b8c314d2d3a6c4d02c799bfe6351..e1eabfae80fa6fc418139c79c7ab85bba550ec49 100644 |
--- a/Source/platform/fonts/mac/ComplexTextController.h |
+++ b/Source/platform/fonts/mac/ComplexTextController.h |
@@ -25,7 +25,6 @@ |
#ifndef ComplexTextController_h |
#define ComplexTextController_h |
-#include "platform/fonts/GlyphBuffer.h" |
#include "wtf/HashSet.h" |
#include "wtf/PassRefPtr.h" |
#include "wtf/RefCounted.h" |
@@ -43,6 +42,7 @@ typedef const struct __CTLine * CTLineRef; |
namespace WebCore { |
class Font; |
+class GlyphBuffer; |
class SimpleFontData; |
class TextRun; |