| Index: third_party/WebKit/Source/core/animation/CSSBorderImageLengthBoxInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSBorderImageLengthBoxInterpolationType.h b/third_party/WebKit/Source/core/animation/CSSBorderImageLengthBoxInterpolationType.h
|
| index c98ad69175276fdfa4034c0783e3c0371234fc26..9a59af07fa2398ed326ca23bd1f216a479d29f9d 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSBorderImageLengthBoxInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/CSSBorderImageLengthBoxInterpolationType.h
|
| @@ -11,7 +11,7 @@ namespace blink {
|
|
|
| class CSSBorderImageLengthBoxInterpolationType : public CSSInterpolationType {
|
| public:
|
| - CSSBorderImageLengthBoxInterpolationType(CSSPropertyID property)
|
| + CSSBorderImageLengthBoxInterpolationType(PropertyHandle property)
|
| : CSSInterpolationType(property)
|
| { }
|
|
|
|
|