| 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 254d315936eb399fdfe876dd2156934458f56f1d..a0b86cbbf003467ea704b5b71c0841966e33473c 100644
|
| --- a/third_party/WebKit/Source/platform/geometry/FloatRoundedRect.cpp
|
| +++ b/third_party/WebKit/Source/platform/geometry/FloatRoundedRect.cpp
|
| @@ -202,7 +202,8 @@ void FloatRoundedRect::inflateWithRadii(int size) {
|
| FloatRect old = m_rect;
|
|
|
| m_rect.inflate(size);
|
| - // Considering the inflation factor of shorter size to scale the radii seems appropriate here
|
| + // Considering the inflation factor of shorter size to scale the radii seems
|
| + // appropriate here
|
| float factor;
|
| if (m_rect.width() < m_rect.height())
|
| factor = old.width() ? (float)m_rect.width() / old.width() : int(0);
|
|
|