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

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

Issue 143573004: [wip] interpolable value refactor. NOT FOR LANDING. Base URL: https://chromium.googlesource.com/chromium/blink.git@interpolationWrap
Patch Set: Created 6 years, 11 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/InertAnimation.h ('k') | Source/core/animation/InterpolableValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/InertAnimation.cpp
diff --git a/Source/core/animation/InertAnimation.cpp b/Source/core/animation/InertAnimation.cpp
index 3cb21505300249d239ec91160b818b61525ccc32..a80d4920c8aa527e6fcf43af1ea1938ad0662245 100644
--- a/Source/core/animation/InertAnimation.cpp
+++ b/Source/core/animation/InertAnimation.cpp
@@ -30,6 +30,7 @@
#include "config.h"
#include "core/animation/InertAnimation.h"
+#include "core/animation/Interpolation.h"
namespace WebCore {
@@ -45,7 +46,7 @@ InertAnimation::InertAnimation(PassRefPtr<AnimationEffect> effect, const Timing&
{
}
-PassOwnPtr<AnimationEffect::CompositableValueList> InertAnimation::sample()
+PassOwnPtr<Vector<RefPtr<Interpolation> > > InertAnimation::sample()
{
updateInheritedTime(0);
if (!isInEffect())
« no previous file with comments | « Source/core/animation/InertAnimation.h ('k') | Source/core/animation/InterpolableValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698