| Index: third_party/WebKit/Source/core/paint/RoundedInnerRectClipper.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/RoundedInnerRectClipper.cpp b/third_party/WebKit/Source/core/paint/RoundedInnerRectClipper.cpp
|
| index 6fc19f7b93b08a66593381c681172731da18a3b8..520c2e09087bdaac1a758a8538c55fd3a9cf850e 100644
|
| --- a/third_party/WebKit/Source/core/paint/RoundedInnerRectClipper.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/RoundedInnerRectClipper.cpp
|
| @@ -26,7 +26,8 @@ RoundedInnerRectClipper::RoundedInnerRectClipper(
|
| if (clipRect.isRenderable()) {
|
| roundedRectClips.append(clipRect);
|
| } else {
|
| - // We create a rounded rect for each of the corners and clip it, while making sure we clip opposing corners together.
|
| + // We create a rounded rect for each of the corners and clip it, while
|
| + // making sure we clip opposing corners together.
|
| if (!clipRect.getRadii().topLeft().isEmpty() ||
|
| !clipRect.getRadii().bottomRight().isEmpty()) {
|
| FloatRect topCorner(clipRect.rect().x(), clipRect.rect().y(),
|
|
|