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

Unified Diff: Source/core/rendering/style/StylePendingImage.h

Issue 14242011: Absolutify paths to css/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 8 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
« no previous file with comments | « Source/core/rendering/style/StyleImage.h ('k') | Source/core/rendering/style/StylePendingShader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/style/StylePendingImage.h
diff --git a/Source/core/rendering/style/StylePendingImage.h b/Source/core/rendering/style/StylePendingImage.h
index f2506082d33276bcd528a6d13840319fea2b46f9..408dd2eb73c3d3d85420686b0d1b979a5e168cf0 100644
--- a/Source/core/rendering/style/StylePendingImage.h
+++ b/Source/core/rendering/style/StylePendingImage.h
@@ -26,12 +26,12 @@
#ifndef StylePendingImage_h
#define StylePendingImage_h
-#include "CSSCursorImageValue.h"
-#include "CSSImageGeneratorValue.h"
+#include "core/css/CSSCursorImageValue.h"
+#include "core/css/CSSImageGeneratorValue.h"
#if ENABLE(CSS_IMAGE_SET)
-#include "CSSImageSetValue.h"
+#include "core/css/CSSImageSetValue.h"
#endif
-#include "CSSImageValue.h"
+#include "core/css/CSSImageValue.h"
#include "core/platform/graphics/Image.h"
#include "core/rendering/style/StyleImage.h"
« no previous file with comments | « Source/core/rendering/style/StyleImage.h ('k') | Source/core/rendering/style/StylePendingShader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698