| Index: third_party/WebKit/Source/core/animation/CSSTransformOriginInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSTransformOriginInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSTransformOriginInterpolationType.h
|
| index d54218ca9693d704d7be4c29e0c4f7242b1a9b67..0cb793e8b8823aa649ab767b0f218237b262c9d7 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSTransformOriginInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSTransformOriginInterpolationType.h
|
| @@ -15,7 +15,7 @@ namespace blink {
|
|
|
| class CSSTransformOriginInterpolationType : public CSSLengthListInterpolationType {
|
| public:
|
| - CSSTransformOriginInterpolationType(CSSPropertyID property)
|
| + CSSTransformOriginInterpolationType(PropertyHandle property)
|
| : CSSLengthListInterpolationType(property)
|
| { }
|
|
|
|
|