Index: Source/platform/scroll/ScrollbarTheme.h |
diff --git a/Source/platform/scroll/ScrollbarTheme.h b/Source/platform/scroll/ScrollbarTheme.h |
index 690144dbd9250ece2b02252c9b98c3d7e0632bee..8232ec3c320c92150e566a5f2825a17c494ad6f6 100644 |
--- a/Source/platform/scroll/ScrollbarTheme.h |
+++ b/Source/platform/scroll/ScrollbarTheme.h |
@@ -28,11 +28,11 @@ |
#include "platform/PlatformExport.h" |
#include "platform/geometry/IntRect.h" |
-#include "platform/graphics/GraphicsContext.h" |
#include "platform/scroll/ScrollTypes.h" |
namespace WebCore { |
+class GraphicsContext; |
class PlatformMouseEvent; |
class ScrollbarThemeClient; |
class ScrollView; |