| 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 {
|
|
|