| Index: Source/core/platform/graphics/Pattern.h
|
| diff --git a/Source/core/platform/graphics/Pattern.h b/Source/core/platform/graphics/Pattern.h
|
| index b75479fdd0ad415d4014f3f63a43366d44b72165..ef361521c3129bb379c1591cb2712013834a64d3 100644
|
| --- a/Source/core/platform/graphics/Pattern.h
|
| +++ b/Source/core/platform/graphics/Pattern.h
|
| @@ -29,9 +29,9 @@
|
| #ifndef Pattern_h
|
| #define Pattern_h
|
|
|
| -#include "AffineTransform.h"
|
| #include "SkShader.h"
|
| #include "core/platform/graphics/Image.h"
|
| +#include "core/platform/graphics/transforms/AffineTransform.h"
|
|
|
| #include <wtf/PassRefPtr.h>
|
| #include <wtf/RefCounted.h>
|
|
|