| Index: Source/core/platform/graphics/ShadowBlur.cpp
|
| diff --git a/Source/core/platform/graphics/ShadowBlur.cpp b/Source/core/platform/graphics/ShadowBlur.cpp
|
| index 935eb4532540b98726229304741fcc747831e3b6..602f91ac467dcc773dd8369652e3b29612f8e0b2 100644
|
| --- a/Source/core/platform/graphics/ShadowBlur.cpp
|
| +++ b/Source/core/platform/graphics/ShadowBlur.cpp
|
| @@ -29,11 +29,11 @@
|
| #include "config.h"
|
| #include "core/platform/graphics/ShadowBlur.h"
|
|
|
| -#include "AffineTransform.h"
|
| #include "Timer.h"
|
| #include "core/platform/graphics/FloatQuad.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| #include "core/platform/graphics/ImageBuffer.h"
|
| +#include "core/platform/graphics/transforms/AffineTransform.h"
|
| #include <wtf/MathExtras.h>
|
| #include <wtf/Noncopyable.h>
|
| #include <wtf/UnusedParam.h>
|
|
|