| Index: Source/core/rendering/style/StylePendingImage.h
|
| diff --git a/Source/core/rendering/style/StylePendingImage.h b/Source/core/rendering/style/StylePendingImage.h
|
| index a5188868c79af3839dc9843b6e50927df8bee578..4589f59a63d28396e6bf4d8d03054ec44f4b609e 100644
|
| --- a/Source/core/rendering/style/StylePendingImage.h
|
| +++ b/Source/core/rendering/style/StylePendingImage.h
|
| @@ -30,8 +30,8 @@
|
| #include "core/css/CSSImageGeneratorValue.h"
|
| #include "core/css/CSSImageSetValue.h"
|
| #include "core/css/CSSImageValue.h"
|
| -#include "core/platform/graphics/Image.h"
|
| #include "core/rendering/style/StyleImage.h"
|
| +#include "platform/graphics/Image.h"
|
|
|
| namespace WebCore {
|
|
|
|
|