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

Unified Diff: Source/core/svg/SVGAnimationElement.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/svg/SVGAnimateElement.cpp ('k') | Source/core/svg/SVGClipPathElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGAnimationElement.cpp
diff --git a/Source/core/svg/SVGAnimationElement.cpp b/Source/core/svg/SVGAnimationElement.cpp
index 4b5e808ee70bd154be6966bd5c75225c7d322cb1..ca445c2f01bfe959605f477219c8c6b30adc3b04 100644
--- a/Source/core/svg/SVGAnimationElement.cpp
+++ b/Source/core/svg/SVGAnimationElement.cpp
@@ -28,8 +28,6 @@
#include "SVGAnimationElement.h"
#include "Attribute.h"
-#include "CSSComputedStyleDeclaration.h"
-#include "CSSParser.h"
#include "CSSPropertyNames.h"
#include "Document.h"
#include "SVGAnimateElement.h"
@@ -37,6 +35,8 @@
#include "SVGNames.h"
#include "SVGParserUtilities.h"
#include "SVGStyledElement.h"
+#include "core/css/CSSComputedStyleDeclaration.h"
+#include "core/css/CSSParser.h"
#include "core/platform/FloatConversion.h"
#include "core/rendering/RenderObject.h"
#include <wtf/MathExtras.h>
« no previous file with comments | « Source/core/svg/SVGAnimateElement.cpp ('k') | Source/core/svg/SVGClipPathElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698