| Index: third_party/WebKit/Source/core/animation/LengthBoxStyleInterpolation.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/LengthBoxStyleInterpolation.cpp b/third_party/WebKit/Source/core/animation/LengthBoxStyleInterpolation.cpp
|
| index 280961f165baba64c9df8b74141f3f63cfd264cd..6db5bf9af2845faef19cab1e47af9e63178a2021 100644
|
| --- a/third_party/WebKit/Source/core/animation/LengthBoxStyleInterpolation.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/LengthBoxStyleInterpolation.cpp
|
| @@ -80,7 +80,7 @@ PassRefPtrWillBeRawPtr<CSSPrimitiveValue> indexedValueToLength(InterpolableList&
|
| return LengthStyleInterpolation::fromInterpolableValue(*lengthBox.get(i), RangeAll);
|
| }
|
|
|
| -}
|
| +} // namespace
|
|
|
| PassRefPtrWillBeRawPtr<CSSValue> LengthBoxStyleInterpolation::interpolableValueToLengthBox(InterpolableValue* value, const CSSValue& originalStart, const CSSValue& originalEnd)
|
| {
|
| @@ -106,4 +106,4 @@ void LengthBoxStyleInterpolation::apply(StyleResolverState& state) const
|
| StyleBuilder::applyProperty(m_id, state, interpolableValueToLengthBox(m_cachedValue.get(), *m_startCSSValue, *m_endCSSValue).get());
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|