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

Unified Diff: Source/core/animation/animatable/AnimatableSVGPaint.h

Issue 363183003: Move Animatable* hierarchy into new folder. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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/animation/animatable/AnimatableSVGPaint.h
diff --git a/Source/core/animation/AnimatableSVGPaint.h b/Source/core/animation/animatable/AnimatableSVGPaint.h
similarity index 97%
rename from Source/core/animation/AnimatableSVGPaint.h
rename to Source/core/animation/animatable/AnimatableSVGPaint.h
index ff54142b43c03b8bc2760edeeef65df06bba3726..56951d51537402e439c6542db173bc29c83680da 100644
--- a/Source/core/animation/AnimatableSVGPaint.h
+++ b/Source/core/animation/animatable/AnimatableSVGPaint.h
@@ -31,8 +31,8 @@
#ifndef AnimatableSVGPaint_h
#define AnimatableSVGPaint_h
-#include "core/animation/AnimatableColor.h"
-#include "core/animation/AnimatableValue.h"
+#include "core/animation/animatable/AnimatableColor.h"
+#include "core/animation/animatable/AnimatableValue.h"
#include "core/svg/SVGPaint.h"
namespace WebCore {
« no previous file with comments | « Source/core/animation/animatable/AnimatableSVGLength.cpp ('k') | Source/core/animation/animatable/AnimatableSVGPaint.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698