| Index: Source/core/rendering/HitTestingTransformState.h
|
| diff --git a/Source/core/rendering/HitTestingTransformState.h b/Source/core/rendering/HitTestingTransformState.h
|
| index 523bce5a020164e424c073cfa4a3720142b8f3da..6cb7ec5c73a0120b3b33996f213699d63f0b53bd 100644
|
| --- a/Source/core/rendering/HitTestingTransformState.h
|
| +++ b/Source/core/rendering/HitTestingTransformState.h
|
| @@ -26,11 +26,11 @@
|
| #ifndef HitTestingTransformState_h
|
| #define HitTestingTransformState_h
|
|
|
| -#include "AffineTransform.h"
|
| -#include "TransformationMatrix.h"
|
| #include "core/platform/graphics/FloatPoint.h"
|
| #include "core/platform/graphics/FloatQuad.h"
|
| #include "core/platform/graphics/IntSize.h"
|
| +#include "core/platform/graphics/transforms/AffineTransform.h"
|
| +#include "core/platform/graphics/transforms/TransformationMatrix.h"
|
| #include <wtf/PassRefPtr.h>
|
| #include <wtf/RefCounted.h>
|
|
|
|
|