| Index: Source/core/platform/graphics/skia/ImageSkia.cpp
|
| diff --git a/Source/core/platform/graphics/skia/ImageSkia.cpp b/Source/core/platform/graphics/skia/ImageSkia.cpp
|
| index acdb99333b6ac321f6c14904063e151cabf695a4..2282c700540ef445436687ea38407b8991fe6a6b 100644
|
| --- a/Source/core/platform/graphics/skia/ImageSkia.cpp
|
| +++ b/Source/core/platform/graphics/skia/ImageSkia.cpp
|
| @@ -30,7 +30,6 @@
|
|
|
| #include "config.h"
|
|
|
| -#include "AffineTransform.h"
|
| #include "FloatConversion.h"
|
| #include "Logging.h"
|
| #include "NativeImageSkia.h"
|
| @@ -44,6 +43,7 @@
|
| #include "core/platform/graphics/FloatRect.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| #include "core/platform/graphics/ImageObserver.h"
|
| +#include "core/platform/graphics/transforms/AffineTransform.h"
|
| #include <wtf/text/WTFString.h>
|
|
|
| #include "skia/ext/image_operations.h"
|
|
|