Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(686)

Unified Diff: third_party/WebKit/Source/core/style/StyleImage.h

Issue 2345223002: Slim includes in CSSValue.h (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « third_party/WebKit/Source/core/style/StyleFetchedImageSet.h ('k') | third_party/WebKit/Source/core/style/StyleImage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698