Index: third_party/WebKit/Source/platform/graphics/paint/PaintChunk.h |
diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintChunk.h b/third_party/WebKit/Source/platform/graphics/paint/PaintChunk.h |
index b88cef708e7102d85a922bee9f3225156840b724..a077e17b334841f3c1354dc020580d40e90a3679 100644 |
--- a/third_party/WebKit/Source/platform/graphics/paint/PaintChunk.h |
+++ b/third_party/WebKit/Source/platform/graphics/paint/PaintChunk.h |
@@ -5,13 +5,13 @@ |
#ifndef PaintChunk_h |
#define PaintChunk_h |
+#include <iosfwd> |
#include "platform/geometry/FloatRect.h" |
#include "platform/graphics/paint/DisplayItem.h" |
#include "platform/graphics/paint/PaintChunkProperties.h" |
#include "wtf/Allocator.h" |
#include "wtf/Optional.h" |
#include "wtf/Vector.h" |
-#include <iosfwd> |
namespace blink { |