| Index: third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp
|
| index 0100e1b6074d934fb89052ee9f70598ac6fad49b..bf32c8af46a4f24e3b6a21247d4a37999ee530ff 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSLengthInterpolationType.cpp
|
| @@ -16,9 +16,9 @@
|
|
|
| namespace blink {
|
|
|
| -CSSLengthInterpolationType::CSSLengthInterpolationType(CSSPropertyID property)
|
| +CSSLengthInterpolationType::CSSLengthInterpolationType(PropertyHandle property)
|
| : CSSInterpolationType(property)
|
| - , m_valueRange(LengthPropertyFunctions::getValueRange(property))
|
| + , m_valueRange(LengthPropertyFunctions::getValueRange(cssProperty()))
|
| { }
|
|
|
| float CSSLengthInterpolationType::effectiveZoom(const ComputedStyle& style) const
|
|
|