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

Unified Diff: Source/core/css/SVGCSSStyleSelector.cpp

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/css/SVGCSSParser.cpp ('k') | Source/core/css/ScopedStyleResolver.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/SVGCSSStyleSelector.cpp
diff --git a/Source/core/css/SVGCSSStyleSelector.cpp b/Source/core/css/SVGCSSStyleSelector.cpp
index 8ae588be6f4e92353960f1ef172dacb33cebb406..8754e95dbb068dda0be2ca0200642116aed4910d 100644
--- a/Source/core/css/SVGCSSStyleSelector.cpp
+++ b/Source/core/css/SVGCSSStyleSelector.cpp
@@ -29,19 +29,19 @@
#include "config.h"
#if ENABLE(SVG)
-#include "StyleResolver.h"
+#include "core/css/StyleResolver.h"
#include <stdlib.h>
-#include "CSSPrimitiveValueMappings.h"
#include "CSSPropertyNames.h"
-#include "CSSValueList.h"
#include "Document.h"
#include "SVGColor.h"
#include "SVGNames.h"
#include "SVGPaint.h"
#include "SVGStyledElement.h"
#include "SVGURIReference.h"
-#include "ShadowValue.h"
+#include "core/css/CSSPrimitiveValueMappings.h"
+#include "core/css/CSSValueList.h"
+#include "core/css/ShadowValue.h"
#include "core/rendering/style/SVGRenderStyle.h"
#include "core/rendering/style/SVGRenderStyleDefs.h"
#include <wtf/MathExtras.h>
« no previous file with comments | « Source/core/css/SVGCSSParser.cpp ('k') | Source/core/css/ScopedStyleResolver.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698