summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/platform/fonts/mac/ComplexTextController.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/platform/fonts/mac/ComplexTextController.h')
-rw-r--r--chromium/third_party/WebKit/Source/platform/fonts/mac/ComplexTextController.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/platform/fonts/mac/ComplexTextController.h b/chromium/third_party/WebKit/Source/platform/fonts/mac/ComplexTextController.h
index 06bd70ab036..e1eabfae80f 100644
--- a/chromium/third_party/WebKit/Source/platform/fonts/mac/ComplexTextController.h
+++ b/chromium/third_party/WebKit/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"
@@ -33,6 +32,7 @@
#include "wtf/text/WTFString.h"
#include "wtf/unicode/Unicode.h"
#include "wtf/Vector.h"
+#include <ApplicationServices/ApplicationServices.h>
typedef unsigned short CGGlyph;
@@ -42,6 +42,7 @@ typedef const struct __CTLine * CTLineRef;
namespace WebCore {
class Font;
+class GlyphBuffer;
class SimpleFontData;
class TextRun;