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

Unified Diff: Source/core/animation/Interpolation.h

Issue 1329843002: Support per property CSS Animation stacks (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Lint Created 5 years, 3 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/Interpolation.h
diff --git a/Source/core/animation/Interpolation.h b/Source/core/animation/Interpolation.h
index 068a1e9f8a477e9a2883996910a05f30a85d6bf7..5e47a51cda0aa86bd56681e44608919581dff790 100644
--- a/Source/core/animation/Interpolation.h
+++ b/Source/core/animation/Interpolation.h
@@ -48,6 +48,8 @@ private:
friend class AnimationSVGStrokeDasharrayStyleInterpolationTest;
};
+using ActiveInterpolations = Vector<RefPtr<Interpolation>, 1>;
+
} // namespace blink
#endif // Interpolation_h
« no previous file with comments | « Source/core/animation/AnimationStackTest.cpp ('k') | Source/core/animation/InvalidatableStyleInterpolation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698