| Index: Source/core/rendering/HitTestingTransformState.h
|
| diff --git a/Source/core/rendering/HitTestingTransformState.h b/Source/core/rendering/HitTestingTransformState.h
|
| index bd8131235a990770b93757a1ed59d4a0e374ccea..86fbc40f9a60ed3f99381ade09571309314d848c 100644
|
| --- a/Source/core/rendering/HitTestingTransformState.h
|
| +++ b/Source/core/rendering/HitTestingTransformState.h
|
| @@ -26,11 +26,11 @@
|
| #ifndef HitTestingTransformState_h
|
| #define HitTestingTransformState_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 "platform/geometry/FloatQuad.h"
|
| +#include "platform/geometry/FloatPoint.h"
|
| +#include "platform/geometry/IntSize.h"
|
| +#include "platform/transforms/AffineTransform.h"
|
| +#include "platform/transforms/TransformationMatrix.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefCounted.h"
|
|
|
|
|