| Index: third_party/WebKit/Source/core/animation/LengthBoxStyleInterpolation.h
|
| diff --git a/third_party/WebKit/Source/core/animation/LengthBoxStyleInterpolation.h b/third_party/WebKit/Source/core/animation/LengthBoxStyleInterpolation.h
|
| index 73ca39f75c0f4d94fe75f886631f4c7be3d08bd8..dc401b9031dfee25c31c36926418ace103e29cba 100644
|
| --- a/third_party/WebKit/Source/core/animation/LengthBoxStyleInterpolation.h
|
| +++ b/third_party/WebKit/Source/core/animation/LengthBoxStyleInterpolation.h
|
| @@ -27,10 +27,10 @@ private:
|
| { }
|
|
|
| static PassOwnPtr<InterpolableValue> lengthBoxtoInterpolableValue(const CSSValue&, const CSSValue&, bool);
|
| - static PassRefPtrWillBeRawPtr<CSSValue> interpolableValueToLengthBox(InterpolableValue*, const CSSValue&, const CSSValue&);
|
| + static RawPtr<CSSValue> interpolableValueToLengthBox(InterpolableValue*, const CSSValue&, const CSSValue&);
|
|
|
| - RefPtrWillBePersistent<CSSValue> m_startCSSValue;
|
| - RefPtrWillBePersistent<CSSValue> m_endCSSValue;
|
| + Persistent<CSSValue> m_startCSSValue;
|
| + Persistent<CSSValue> m_endCSSValue;
|
|
|
| friend class AnimationLengthBoxStyleInterpolationTest;
|
| };
|
|
|