| Index: third_party/WebKit/Source/platform/geometry/FloatRoundedRectTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/geometry/FloatRoundedRectTest.cpp b/third_party/WebKit/Source/platform/geometry/FloatRoundedRectTest.cpp
|
| index 69a5a5133d18b7cdf77bdaa3f37f9ce86180a8bb..9b10bd7dee72e12d59f6a5300762d8ea8ad23588 100644
|
| --- a/third_party/WebKit/Source/platform/geometry/FloatRoundedRectTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/geometry/FloatRoundedRectTest.cpp
|
| @@ -72,8 +72,8 @@ TEST(FloatRoundedRectTest, zeroRadii) {
|
| EXPECT_FALSE(r.xInterceptsAtY(1, minXIntercept, maxXIntercept));
|
| EXPECT_FALSE(r.xInterceptsAtY(7, minXIntercept, maxXIntercept));
|
|
|
| - // The FloatRoundedRect::expandRadii() function doesn't change radii FloatSizes that
|
| - // are <= zero. Same as RoundedRect::expandRadii().
|
| + // The FloatRoundedRect::expandRadii() function doesn't change radii
|
| + // FloatSizes that are <= zero. Same as RoundedRect::expandRadii().
|
| r.expandRadii(20);
|
| r.shrinkRadii(10);
|
| EXPECT_TRUE(r.getRadii().isZero());
|
| @@ -112,8 +112,9 @@ TEST(FloatRoundedRectTest, circle) {
|
| }
|
|
|
| /*
|
| - * FloatRoundedRect geometry for this test. Corner radii are in parens, x and y intercepts
|
| - * for the elliptical corners are noted. The rectangle itself is at 0,0 with width and height 100.
|
| + * FloatRoundedRect geometry for this test. Corner radii are in parens, x and y
|
| + * intercepts for the elliptical corners are noted. The rectangle itself is at
|
| + * 0,0 with width and height 100.
|
| *
|
| * (10, 15) x=10 x=90 (10, 20)
|
| * (--+---------+--)
|
|
|