| Index: third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.h
|
| index fe942d8063075eedc3af5cd59d6d80568d7f912b..dc9b8906c05c0400f18edc66723d227248d04d11 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.h
|
| @@ -23,6 +23,7 @@ public:
|
|
|
| static Length resolveInterpolableLength(const InterpolableValue&, const NonInterpolableValue*, const CSSToLengthConversionData&, ValueRange = ValueRangeAll);
|
| static PassOwnPtr<InterpolableValue> createInterpolablePixels(double pixels);
|
| + static InterpolationValue createInterpolablePercent(double percent);
|
| static InterpolationValue maybeConvertCSSValue(const CSSValue&);
|
| static InterpolationValue maybeConvertLength(const Length&, float zoom);
|
| static PassOwnPtr<InterpolableList> createNeutralInterpolableValue();
|
|
|