Chromium Code Reviews| Index: Source/core/animation/StyleInterpolation.h |
| diff --git a/Source/core/animation/StyleInterpolation.h b/Source/core/animation/StyleInterpolation.h |
| index ee5fb221a04e5f1ea29c68b7c5f5f2270edd2215..fd52a687a9550b59e043219f08d40bf8ca48c054 100644 |
| --- a/Source/core/animation/StyleInterpolation.h |
| +++ b/Source/core/animation/StyleInterpolation.h |
| @@ -14,7 +14,11 @@ class StyleResolverState; |
| enum InterpolationRange { |
| RangeNonNegative, |
| - RangeOpacityFIXME, |
| + RangeFloatFractions, |
| + RangeFloor, |
| + RangeDoubleFractions, |
| + RangeCeiling, |
| + RangeGreaterThanOne, |
| RangeAll |
| }; |