| Index: Source/core/css/CSSCrossfadeValue.cpp
|
| diff --git a/Source/core/css/CSSCrossfadeValue.cpp b/Source/core/css/CSSCrossfadeValue.cpp
|
| index c6dd028517c47a6420550737e8e6ba8c2398a71a..d0321c0bbcbd22fa2791556cf719a557ccfc5f3a 100644
|
| --- a/Source/core/css/CSSCrossfadeValue.cpp
|
| +++ b/Source/core/css/CSSCrossfadeValue.cpp
|
| @@ -29,12 +29,9 @@
|
| #include "core/css/CSSImageValue.h"
|
| #include "core/dom/WebCoreMemoryInstrumentation.h"
|
| #include "core/loader/cache/CachedImage.h"
|
| -#include "core/loader/cache/CachedResourceLoader.h"
|
| #include "core/platform/graphics/CrossfadeGeneratedImage.h"
|
| -#include "core/platform/graphics/ImageBuffer.h"
|
| #include "core/rendering/RenderObject.h"
|
| #include "core/rendering/style/StyleCachedImage.h"
|
| -#include "core/rendering/style/StyleGeneratedImage.h"
|
| #include <wtf/text/StringBuilder.h>
|
|
|
| namespace WebCore {
|
|
|