summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/GraphicsTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/GraphicsTypes.h')
-rw-r--r--WebCore/platform/graphics/GraphicsTypes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebCore/platform/graphics/GraphicsTypes.h b/WebCore/platform/graphics/GraphicsTypes.h
index 769207a..1e73f25 100644
--- a/WebCore/platform/graphics/GraphicsTypes.h
+++ b/WebCore/platform/graphics/GraphicsTypes.h
@@ -26,9 +26,9 @@
#ifndef GraphicsTypes_h
#define GraphicsTypes_h
-namespace WebCore {
+#include <wtf/Forward.h>
- class String;
+namespace WebCore {
// Note: These constants exactly match the NSCompositeOperator constants of
// AppKit on Mac OS X Tiger. If these ever change, we'll need to change the