Index: third_party/WebKit/Source/platform/graphics/GraphicsContext.h |
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsContext.h b/third_party/WebKit/Source/platform/graphics/GraphicsContext.h |
index 2ff1418eff56edbcbfb6a298aa2a41cc5646979b..9abfd5b9061466daab099ed1a16843500af76364 100644 |
--- a/third_party/WebKit/Source/platform/graphics/GraphicsContext.h |
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsContext.h |
@@ -34,8 +34,8 @@ |
#include "platform/geometry/FloatRoundedRect.h" |
#include "platform/graphics/DashArray.h" |
#include "platform/graphics/DrawLooperBuilder.h" |
-#include "platform/graphics/ImageOrientation.h" |
#include "platform/graphics/GraphicsContextState.h" |
+#include "platform/graphics/ImageOrientation.h" |
#include "platform/graphics/skia/SkiaUtils.h" |
#include "third_party/skia/include/core/SkMetaData.h" |
#include "third_party/skia/include/core/SkPictureRecorder.h" |
@@ -60,6 +60,7 @@ namespace blink { |
class ImageBuffer; |
class KURL; |
class PaintController; |
+class Path; |
class PLATFORM_EXPORT GraphicsContext { |
WTF_MAKE_NONCOPYABLE(GraphicsContext); USING_FAST_MALLOC(GraphicsContext); |