| Index: third_party/WebKit/Source/core/animation/CSSClipInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSClipInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSClipInterpolationType.h
|
| index 5052419e7887c84775b823c5c7dcb7d78a8aac5b..4f887e182ce55bcad81250468dc642e2eafc1992 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSClipInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSClipInterpolationType.h
|
| @@ -11,10 +11,10 @@ namespace blink {
|
|
|
| class CSSClipInterpolationType : public CSSInterpolationType {
|
| public:
|
| - CSSClipInterpolationType(CSSPropertyID property)
|
| + CSSClipInterpolationType(PropertyHandle property)
|
| : CSSInterpolationType(property)
|
| {
|
| - DCHECK_EQ(property, CSSPropertyClip);
|
| + DCHECK_EQ(cssProperty(), CSSPropertyClip);
|
| }
|
|
|
| InterpolationValue maybeConvertUnderlyingValue(const InterpolationEnvironment&) const final;
|
|
|