summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/DragImage.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/DragImage.h')
-rw-r--r--WebCore/platform/DragImage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/platform/DragImage.h b/WebCore/platform/DragImage.h
index d7d53b2..e825798 100644
--- a/WebCore/platform/DragImage.h
+++ b/WebCore/platform/DragImage.h
@@ -28,6 +28,7 @@
#include "IntSize.h"
#include "FloatSize.h"
+#include <wtf/Forward.h>
#if PLATFORM(MAC)
#include <wtf/RetainPtr.h>
@@ -64,8 +65,7 @@ namespace WebCore {
class Image;
class KURL;
class Range;
- class String;
-
+
#if PLATFORM(MAC)
typedef RetainPtr<NSImage> DragImageRef;
#elif PLATFORM(QT)