summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/win/FontCustomPlatformDataCairo.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/win/FontCustomPlatformDataCairo.h')
-rw-r--r--WebCore/platform/graphics/win/FontCustomPlatformDataCairo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/graphics/win/FontCustomPlatformDataCairo.h b/WebCore/platform/graphics/win/FontCustomPlatformDataCairo.h
index 75fe3d1..2dbea51 100644
--- a/WebCore/platform/graphics/win/FontCustomPlatformDataCairo.h
+++ b/WebCore/platform/graphics/win/FontCustomPlatformDataCairo.h
@@ -21,6 +21,7 @@
#ifndef FontCustomPlatformDataCairo_h
#define FontCustomPlatformDataCairo_h
+#include <wtf/Forward.h>
#include <wtf/Noncopyable.h>
#include <cairo.h>
@@ -29,7 +30,6 @@ namespace WebCore {
class FontPlatformData;
class SharedBuffer;
-class String;
struct FontCustomPlatformDataCairo : Noncopyable {
FontCustomPlatformDataCairo(cairo_font_face_t* fontFace)