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

Unified Diff: Source/core/svg/SVGPatternElement.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
« no previous file with comments | « Source/core/svg/SVGPathSegListBuilder.cpp ('k') | Source/core/svg/SVGPointList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGPatternElement.cpp
diff --git a/Source/core/svg/SVGPatternElement.cpp b/Source/core/svg/SVGPatternElement.cpp
index 582ee84467cdcd23e2b5d8a7c22dcb3071bbae9c..d39c27723f0a679d1ce736f738644d2f76f8d961 100644
--- a/Source/core/svg/SVGPatternElement.cpp
+++ b/Source/core/svg/SVGPatternElement.cpp
@@ -24,8 +24,6 @@
#if ENABLE(SVG)
#include "SVGPatternElement.h"
-#include "Attribute.h"
-#include "Document.h"
#include "PatternAttributes.h"
#include "SVGElementInstance.h"
#include "SVGFitToViewBox.h"
@@ -33,6 +31,8 @@
#include "SVGSVGElement.h"
#include "SVGStyledTransformableElement.h"
#include "SVGTransformable.h"
+#include "core/dom/Attribute.h"
+#include "core/dom/Document.h"
#include "core/platform/FloatConversion.h"
#include "core/platform/graphics/GraphicsContext.h"
#include "core/platform/graphics/ImageBuffer.h"
« no previous file with comments | « Source/core/svg/SVGPathSegListBuilder.cpp ('k') | Source/core/svg/SVGPointList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698