| Index: Source/core/rendering/PaintInfo.h
|
| diff --git a/Source/core/rendering/PaintInfo.h b/Source/core/rendering/PaintInfo.h
|
| index 3f7aa80d2bf9946a7abffd7679592b070526a572..2f9c26d6522bbe7d12298a596e5eeeb7519b154c 100644
|
| --- a/Source/core/rendering/PaintInfo.h
|
| +++ b/Source/core/rendering/PaintInfo.h
|
| @@ -28,10 +28,10 @@
|
|
|
| #include <limits>
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| -#include "core/platform/graphics/IntRect.h"
|
| -#include "core/platform/graphics/LayoutRect.h"
|
| -#include "core/platform/graphics/transforms/AffineTransform.h"
|
| #include "core/rendering/PaintPhase.h"
|
| +#include "platform/geometry/IntRect.h"
|
| +#include "platform/geometry/LayoutRect.h"
|
| +#include "platform/transforms/AffineTransform.h"
|
| #include "wtf/HashMap.h"
|
| #include "wtf/ListHashSet.h"
|
|
|
|
|