| Index: Source/core/animation/DoubleStyleInterpolation.h
|
| diff --git a/Source/core/animation/DoubleStyleInterpolation.h b/Source/core/animation/DoubleStyleInterpolation.h
|
| index f308e1d66902120fc92996b927873a97dabf76bd..a6219f970036299477147478f10c1b0f15f34707 100644
|
| --- a/Source/core/animation/DoubleStyleInterpolation.h
|
| +++ b/Source/core/animation/DoubleStyleInterpolation.h
|
| @@ -11,7 +11,13 @@ namespace blink {
|
|
|
| enum ClampRange {
|
| NoClamp,
|
| - ClampOpacity
|
| + ClampOpacity,
|
| + ClampInteger,
|
| + ClampZoom,
|
| + ClampOrphans,
|
| + // ClampOne for SVGStrokeMiterLimit and Widows interpolation
|
| + ClampOne,
|
| + ClampZero
|
| };
|
|
|
| class DoubleStyleInterpolation : public StyleInterpolation {
|
|
|