| Index: third_party/WebKit/Source/platform/graphics/Image.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/Image.h b/third_party/WebKit/Source/platform/graphics/Image.h
|
| index f0199925a7f19ea4d0160712ac02ecf8613154a4..98f15f59f485d0b83315b97cde339760ea4c58c7 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Image.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Image.h
|
| @@ -37,13 +37,13 @@
|
| #include "platform/graphics/ImageOrientation.h"
|
| #include "platform/graphics/paint/PaintCanvas.h"
|
| #include "platform/graphics/paint/PaintFlags.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
| +#include "platform/wtf/RefPtr.h"
|
| +#include "platform/wtf/ThreadSafeRefCounted.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "third_party/skia/include/core/SkRefCnt.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/RefPtr.h"
|
| -#include "wtf/ThreadSafeRefCounted.h"
|
| -#include "wtf/text/WTFString.h"
|
|
|
| class SkImage;
|
| class SkMatrix;
|
|
|