| 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..3fd65df7ef3be05a638be9e8d71ce56b1bacae95 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>
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Optional.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|