Index: Source/platform/graphics/ImageBuffer.h |
diff --git a/Source/platform/graphics/ImageBuffer.h b/Source/platform/graphics/ImageBuffer.h |
index ee0dcde7cd55cd49b0191a28b6fd4afa547f4662..f35e647f33da269a7f48a831aedeaff54e625f24 100644 |
--- a/Source/platform/graphics/ImageBuffer.h |
+++ b/Source/platform/graphics/ImageBuffer.h |
@@ -33,7 +33,6 @@ |
#include "platform/geometry/IntSize.h" |
#include "platform/graphics/Canvas2DLayerBridge.h" |
#include "platform/graphics/ColorSpace.h" |
-#include "platform/graphics/GraphicsContext.h" |
#include "platform/graphics/GraphicsTypes.h" |
#include "platform/graphics/GraphicsTypes3D.h" |
#include "platform/graphics/ImageBufferSurface.h" |
@@ -54,6 +53,7 @@ class WebGraphicsContext3D; |
namespace WebCore { |
class DrawingBuffer; |
+class GraphicsContext; |
class Image; |
class ImageBufferClient; |
class IntPoint; |