| Index: third_party/WebKit/Source/core/style/BasicShapes.cpp
|
| diff --git a/third_party/WebKit/Source/core/style/BasicShapes.cpp b/third_party/WebKit/Source/core/style/BasicShapes.cpp
|
| index 09eb46cbd5114e3165c890d5d915834feb41c1fa..969e66bcb9f314f23922af4b77a7a4acd43c821e 100644
|
| --- a/third_party/WebKit/Source/core/style/BasicShapes.cpp
|
| +++ b/third_party/WebKit/Source/core/style/BasicShapes.cpp
|
| @@ -91,7 +91,7 @@ float BasicShapeCircle::FloatValueForRadiusInBox(FloatSize box_size) const {
|
| return std::min(std::min(std::abs(center.X()), width_delta),
|
| std::min(std::abs(center.Y()), height_delta));
|
|
|
| - // If radius.type() == BasicShapeRadius::FarthestSide.
|
| + // If radius.type() == BasicShapeRadius::kFarthestSide.
|
| return std::max(std::max(center.X(), width_delta),
|
| std::max(center.Y(), height_delta));
|
| }
|
|
|