| Index: Source/core/platform/graphics/transforms/AffineTransform.h
|
| diff --git a/Source/core/platform/graphics/transforms/AffineTransform.h b/Source/core/platform/graphics/transforms/AffineTransform.h
|
| index 74d5702aad0738736c320411f123286bd767c5d3..ba48ffa736fb565edeae58b342ef0920bcc23c74 100644
|
| --- a/Source/core/platform/graphics/transforms/AffineTransform.h
|
| +++ b/Source/core/platform/graphics/transforms/AffineTransform.h
|
| @@ -27,20 +27,21 @@
|
| #ifndef AffineTransform_h
|
| #define AffineTransform_h
|
|
|
| -#include "core/platform/graphics/transforms/TransformationMatrix.h"
|
| +#include "wtf/FastAllocBase.h"
|
|
|
| #include <string.h> // for memcpy
|
| -#include <wtf/FastAllocBase.h>
|
|
|
| -#include <SkMatrix.h>
|
| +class SkMatrix;
|
|
|
| namespace WebCore {
|
|
|
| class FloatPoint;
|
| class FloatQuad;
|
| class FloatRect;
|
| +class FloatSize;
|
| class IntPoint;
|
| class IntRect;
|
| +class IntSize;
|
| class TransformationMatrix;
|
|
|
| class AffineTransform {
|
|
|