| Index: Source/core/rendering/style/StyleImage.h
|
| diff --git a/Source/core/rendering/style/StyleImage.h b/Source/core/rendering/style/StyleImage.h
|
| index e440c224ff0b8529addbce47a5576635cd23e11b..27bd826e5f7b657d33f9dd8a276f28878eb53233 100644
|
| --- a/Source/core/rendering/style/StyleImage.h
|
| +++ b/Source/core/rendering/style/StyleImage.h
|
| @@ -26,8 +26,8 @@
|
|
|
| #include "core/css/CSSValue.h"
|
| #include "core/platform/graphics/Image.h"
|
| -#include "core/platform/graphics/IntSize.h"
|
| -#include "core/platform/graphics/LayoutSize.h"
|
| +#include "platform/geometry/IntSize.h"
|
| +#include "platform/geometry/LayoutSize.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefCounted.h"
|
| #include "wtf/RefPtr.h"
|
|
|