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

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

Issue 811993002: Animation: Implement DoubleStyleInterpolation in StringKeyframe (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove shape image threshold test 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
« no previous file with comments | « Source/core/animation/StringKeyframe.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/animation/StyleInterpolation.h
diff --git a/Source/core/animation/StyleInterpolation.h b/Source/core/animation/StyleInterpolation.h
index ee5fb221a04e5f1ea29c68b7c5f5f2270edd2215..8f390627d0874d682a2d24450b2834c80e10e22f 100644
--- a/Source/core/animation/StyleInterpolation.h
+++ b/Source/core/animation/StyleInterpolation.h
@@ -13,9 +13,15 @@ namespace blink {
class StyleResolverState;
enum InterpolationRange {
+ RangeAll,
+ RangeFloor,
+ RangeGreaterThanOrEqualToOne,
RangeNonNegative,
+ RangePositive,
+ RangeRound,
+ RangeRoundGreaterThanOrEqualToOne,
RangeOpacityFIXME,
- RangeAll
+ RangeZeroToOne
};
class StyleInterpolation : public Interpolation {
« no previous file with comments | « Source/core/animation/StringKeyframe.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698