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

Unified Diff: Source/core/animation/DeferredLegacyStyleInterpolation.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
Index: Source/core/animation/DeferredLegacyStyleInterpolation.cpp
diff --git a/Source/core/animation/interpolation/DeferredLegacyStyleInterpolation.cpp b/Source/core/animation/DeferredLegacyStyleInterpolation.cpp
similarity index 97%
rename from Source/core/animation/interpolation/DeferredLegacyStyleInterpolation.cpp
rename to Source/core/animation/DeferredLegacyStyleInterpolation.cpp
index 694993f2b567879df7c675411a300ccf5cac41ef..e16df8bf753c850e63ea4b0d923baf015b82e3a5 100644
--- a/Source/core/animation/interpolation/DeferredLegacyStyleInterpolation.cpp
+++ b/Source/core/animation/DeferredLegacyStyleInterpolation.cpp
@@ -3,9 +3,9 @@
// found in the LICENSE file.
#include "config.h"
-#include "core/animation/interpolation/DeferredLegacyStyleInterpolation.h"
+#include "core/animation/DeferredLegacyStyleInterpolation.h"
-#include "core/animation/interpolation/LegacyStyleInterpolation.h"
+#include "core/animation/LegacyStyleInterpolation.h"
#include "core/css/CSSImageValue.h"
#include "core/css/CSSPrimitiveValue.h"
#include "core/css/CSSSVGDocumentValue.h"

Powered by Google App Engine
This is Rietveld 408576698