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

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

Issue 851693007: Prepare for responsive CSS animations. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase and tidy up Created 5 years, 10 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/InterpolationEffect.cpp
diff --git a/Source/core/animation/InterpolationEffect.cpp b/Source/core/animation/InterpolationEffect.cpp
index 08c758a44c72b8d1abf0663633fd3f6f23103739..52b80b527e634434611a5230b20942de8b0380cf 100644
--- a/Source/core/animation/InterpolationEffect.cpp
+++ b/Source/core/animation/InterpolationEffect.cpp
@@ -5,6 +5,9 @@
#include "config.h"
#include "core/animation/InterpolationEffect.h"
+#include "core/animation/DeferredLegacyStyleInterpolation.h"
+#include "core/animation/StyleInterpolation.h"
Timothy Loh 2015/02/11 04:09:00 unused includes?
shend 2015/02/12 01:01:42 Done.
+
namespace blink {
void InterpolationEffect::getActiveInterpolations(double fraction, double iterationDuration, OwnPtrWillBeRawPtr<WillBeHeapVector<RefPtrWillBeMember<Interpolation>>>& result) const

Powered by Google App Engine
This is Rietveld 408576698