Index: Source/core/page/ChromeClient.h |
diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h |
index aa3d48b44878b6df3835348c3dc6799fda88d3da..a0633ab685be5652adb9e8fb957276de8f61ffcd 100644 |
--- a/Source/core/page/ChromeClient.h |
+++ b/Source/core/page/ChromeClient.h |
@@ -34,7 +34,6 @@ |
#include "platform/HostWindow.h" |
#include "platform/PopupMenu.h" |
#include "platform/PopupMenuClient.h" |
-#include "platform/graphics/GraphicsContext.h" |
#include "platform/scroll/ScrollTypes.h" |
#include "wtf/Forward.h" |
#include "wtf/PassOwnPtr.h" |
@@ -57,6 +56,7 @@ class Element; |
class FileChooser; |
class FloatRect; |
class Frame; |
+class GraphicsContext; |
class GraphicsLayer; |
class GraphicsLayerFactory; |
class HitTestResult; |