| Index: third_party/WebKit/Source/core/style/BasicShapes.h
|
| diff --git a/third_party/WebKit/Source/core/style/BasicShapes.h b/third_party/WebKit/Source/core/style/BasicShapes.h
|
| index 4313578e454b1b7244530dcfc295e12d0ba97784..5e494f22254d296038c1944cb5d8c8bbeb6fc722 100644
|
| --- a/third_party/WebKit/Source/core/style/BasicShapes.h
|
| +++ b/third_party/WebKit/Source/core/style/BasicShapes.h
|
| @@ -109,8 +109,9 @@ class BasicShapeCenterCoordinate {
|
| BasicShapeCenterCoordinate blend(const BasicShapeCenterCoordinate& other,
|
| double progress) const {
|
| return BasicShapeCenterCoordinate(
|
| - TopLeft, m_computedLength.blend(other.m_computedLength, progress,
|
| - ValueRangeAll));
|
| + TopLeft,
|
| + m_computedLength.blend(other.m_computedLength, progress,
|
| + ValueRangeAll));
|
| }
|
|
|
| private:
|
|
|