| Index: third_party/WebKit/Source/core/animation/LengthPairStyleInterpolation.h
|
| diff --git a/third_party/WebKit/Source/core/animation/LengthPairStyleInterpolation.h b/third_party/WebKit/Source/core/animation/LengthPairStyleInterpolation.h
|
| index 52858981332e8df062101f747cd5438a77df182c..89b1f4778835e90a346758acda610f61ff2e475a 100644
|
| --- a/third_party/WebKit/Source/core/animation/LengthPairStyleInterpolation.h
|
| +++ b/third_party/WebKit/Source/core/animation/LengthPairStyleInterpolation.h
|
| @@ -29,7 +29,7 @@ private:
|
| }
|
|
|
| static PassOwnPtr<InterpolableValue> lengthPairToInterpolableValue(const CSSValue&);
|
| - static PassRefPtrWillBeRawPtr<CSSValue> interpolableValueToLengthPair(InterpolableValue*, InterpolationRange);
|
| + static RawPtr<CSSValue> interpolableValueToLengthPair(InterpolableValue*, InterpolationRange);
|
|
|
| InterpolationRange m_range;
|
|
|
|
|