| Index: third_party/WebKit/Source/platform/geometry/FloatRoundedRect.cpp
|
| diff --git a/third_party/WebKit/Source/platform/geometry/FloatRoundedRect.cpp b/third_party/WebKit/Source/platform/geometry/FloatRoundedRect.cpp
|
| index 0b2ce34b32efe99edcddce3d1becf4f1528d7141..245a96b25ccda2c40f706d5053d388d86e739923 100644
|
| --- a/third_party/WebKit/Source/platform/geometry/FloatRoundedRect.cpp
|
| +++ b/third_party/WebKit/Source/platform/geometry/FloatRoundedRect.cpp
|
| @@ -318,7 +318,7 @@ float calcBorderRadiiConstraintScaleFor(const FloatRect& rect, const FloatRounde
|
|
|
| void FloatRoundedRect::constrainRadii()
|
| {
|
| - m_radii.scaleAndFloor(calcBorderRadiiConstraintScaleFor(rect(), radii()));
|
| + m_radii.scaleAndFloor(calcBorderRadiiConstraintScaleFor(rect(), getRadii()));
|
| }
|
|
|
| void FloatRoundedRect::includeLogicalEdges(const Radii& edges, bool isHorizontal, bool includeLogicalLeftEdge, bool includeLogicalRightEdge)
|
|
|