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