| Index: Source/core/animation/ImageSliceStyleInterpolation.h
|
| diff --git a/Source/core/animation/ImageSliceStyleInterpolation.h b/Source/core/animation/ImageSliceStyleInterpolation.h
|
| index 46f56612bc55e3da13c17f7e4a5f2434b67ce741..9b0395b5e7540a47ede4c00c19fb4fac0b7629b0 100644
|
| --- a/Source/core/animation/ImageSliceStyleInterpolation.h
|
| +++ b/Source/core/animation/ImageSliceStyleInterpolation.h
|
| @@ -27,7 +27,7 @@ public:
|
| };
|
|
|
| private:
|
| - ImageSliceStyleInterpolation(PassOwnPtrWillBeRawPtr<InterpolableValue> start, PassOwnPtrWillBeRawPtr<InterpolableValue> end, CSSPropertyID property, Metadata metadata)
|
| + ImageSliceStyleInterpolation(PassOwnPtr<InterpolableValue> start, PassOwnPtr<InterpolableValue> end, CSSPropertyID property, Metadata metadata)
|
| : StyleInterpolation(start, end, property)
|
| , m_metadata(metadata)
|
| { }
|
|
|