| Index: Source/core/rendering/style/ShadowData.h
|
| diff --git a/Source/core/rendering/style/ShadowData.h b/Source/core/rendering/style/ShadowData.h
|
| index 86377c2546ced9f6f7bf804b7bb004d5646687b4..cb82aa5678c527c0b283cc837678b5224492907d 100644
|
| --- a/Source/core/rendering/style/ShadowData.h
|
| +++ b/Source/core/rendering/style/ShadowData.h
|
| @@ -26,8 +26,8 @@
|
| #define ShadowData_h
|
|
|
| #include "core/platform/graphics/Color.h"
|
| -#include "core/platform/graphics/FloatRect.h"
|
| -#include "core/platform/graphics/LayoutRect.h"
|
| +#include "platform/geometry/FloatRect.h"
|
| +#include "platform/geometry/LayoutRect.h"
|
| #include "wtf/OwnPtr.h"
|
| #include "wtf/PassOwnPtr.h"
|
|
|
|
|