Index: third_party/WebKit/Source/core/style/StyleImage.h |
diff --git a/third_party/WebKit/Source/core/style/StyleImage.h b/third_party/WebKit/Source/core/style/StyleImage.h |
index 1cf15d2b9aa351aee55a0177c7b98341e087832e..9678d7b59370020cbecf29f67242c11d13effe93 100644 |
--- a/third_party/WebKit/Source/core/style/StyleImage.h |
+++ b/third_party/WebKit/Source/core/style/StyleImage.h |
@@ -25,17 +25,16 @@ |
#define StyleImage_h |
#include "core/CoreExport.h" |
-#include "core/css/CSSValue.h" |
-#include "platform/geometry/IntSize.h" |
-#include "platform/geometry/LayoutSize.h" |
#include "platform/graphics/Image.h" |
#include "wtf/Forward.h" |
namespace blink { |
-class ImageResource; |
class CSSValue; |
+class ImageResource; |
+class IntSize; |
class LayoutObject; |
+class LayoutSize; |
class SVGImage; |
typedef void* WrappedImagePtr; |