| Index: Source/core/animation/StyleInterpolation.h
|
| diff --git a/Source/core/animation/StyleInterpolation.h b/Source/core/animation/StyleInterpolation.h
|
| index ee5fb221a04e5f1ea29c68b7c5f5f2270edd2215..e5a8dc9f63f3329f6e2d12a7f2258e148dafb7c5 100644
|
| --- a/Source/core/animation/StyleInterpolation.h
|
| +++ b/Source/core/animation/StyleInterpolation.h
|
| @@ -14,7 +14,12 @@ class StyleResolverState;
|
|
|
| enum InterpolationRange {
|
| RangeNonNegative,
|
| - RangeOpacityFIXME,
|
| + RangeZeroToOne,
|
| + RangeZeroToLessThanOne,
|
| + RangeFloor,
|
| + RangePositive,
|
| + RangeRound,
|
| + RangeGreaterThanOrEqualToOne,
|
| RangeAll
|
| };
|
|
|
|
|