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

Unified Diff: Source/core/animation/StringKeyframe.cpp

Issue 408443004: Web Animations: Remove confusing interpolation subdirectory. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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/animation/SampledEffect.cpp ('k') | Source/core/animation/StyleInterpolation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/StringKeyframe.cpp
diff --git a/Source/core/animation/StringKeyframe.cpp b/Source/core/animation/StringKeyframe.cpp
index a494d141a32035fd5a7fa1baf6d67b72b0939a10..3a9b06abd8ba67499df04b7f38662ccb97979db5 100644
--- a/Source/core/animation/StringKeyframe.cpp
+++ b/Source/core/animation/StringKeyframe.cpp
@@ -5,11 +5,11 @@
#include "config.h"
#include "core/animation/StringKeyframe.h"
+#include "core/animation/DefaultStyleInterpolation.h"
+#include "core/animation/DeferredLegacyStyleInterpolation.h"
+#include "core/animation/LegacyStyleInterpolation.h"
+#include "core/animation/LengthStyleInterpolation.h"
#include "core/animation/css/CSSAnimations.h"
-#include "core/animation/interpolation/DefaultStyleInterpolation.h"
-#include "core/animation/interpolation/DeferredLegacyStyleInterpolation.h"
-#include "core/animation/interpolation/LegacyStyleInterpolation.h"
-#include "core/animation/interpolation/LengthStyleInterpolation.h"
#include "core/css/resolver/StyleResolver.h"
#include "core/rendering/style/RenderStyle.h"
« no previous file with comments | « Source/core/animation/SampledEffect.cpp ('k') | Source/core/animation/StyleInterpolation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698