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

Unified Diff: Source/core/rendering/style/SVGRenderStyle.cpp

Issue 14519003: Absolutify paths to dom/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix testrunner 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
Index: Source/core/rendering/style/SVGRenderStyle.cpp
diff --git a/Source/core/rendering/style/SVGRenderStyle.cpp b/Source/core/rendering/style/SVGRenderStyle.cpp
index 46f78797db0cbdbc271420bdcbbef27d1a18876e..67c2e21a98c2a51e54d164295e7830f4bb19f24d 100644
--- a/Source/core/rendering/style/SVGRenderStyle.cpp
+++ b/Source/core/rendering/style/SVGRenderStyle.cpp
@@ -30,10 +30,10 @@
#if ENABLE(SVG)
#include "core/rendering/style/SVGRenderStyle.h"
-#include "NodeRenderStyle.h"
#include "SVGStyledElement.h"
#include "core/css/CSSPrimitiveValue.h"
#include "core/css/CSSValueList.h"
+#include "core/dom/NodeRenderStyle.h"
#include "core/platform/graphics/IntRect.h"
using namespace std;
« no previous file with comments | « Source/core/rendering/style/SVGRenderStyle.h ('k') | Source/core/rendering/style/StyleRareInheritedData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698