| Index: third_party/WebKit/Source/core/animation/CSSTranslateInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSTranslateInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSTranslateInterpolationType.h
|
| index 0925b345e2f8e8859887a5efc7c1092a538bf61f..0fd8cba7127bc8c194f404af84741322bfdbd127 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSTranslateInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSTranslateInterpolationType.h
|
| @@ -11,10 +11,10 @@ namespace blink {
|
|
|
| class CSSTranslateInterpolationType : public CSSInterpolationType {
|
| public:
|
| - CSSTranslateInterpolationType(CSSPropertyID property)
|
| + CSSTranslateInterpolationType(PropertyHandle property)
|
| : CSSInterpolationType(property)
|
| {
|
| - DCHECK_EQ(property, CSSPropertyTranslate);
|
| + DCHECK_EQ(cssProperty(), CSSPropertyTranslate);
|
| }
|
|
|
| InterpolationValue maybeConvertUnderlyingValue(const InterpolationEnvironment&) const final;
|
|
|