| Index: third_party/WebKit/Source/core/paint/BoxClipper.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/BoxClipper.cpp b/third_party/WebKit/Source/core/paint/BoxClipper.cpp
|
| index 3ed619820e9d41952b73d570e9d56dd18909393a..646b55b0d70bb3f5d21e4321ce4fd7824c954608 100644
|
| --- a/third_party/WebKit/Source/core/paint/BoxClipper.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/BoxClipper.cpp
|
| @@ -64,7 +64,8 @@ BoxClipper::BoxClipper(const LayoutBox& box,
|
| clipRoundedRect = m_box.style()->getRoundedInnerBorderFor(
|
| LayoutRect(accumulatedOffset, m_box.size()));
|
|
|
| - // Selection may extend beyond visual overflow, so this optimization is invalid if selection is present.
|
| + // Selection may extend beyond visual overflow, so this optimization is
|
| + // invalid if selection is present.
|
| if (contentsClipBehavior == SkipContentsClipIfPossible &&
|
| box.getSelectionState() == SelectionNone) {
|
| LayoutRect contentsVisualOverflow = m_box.contentsVisualOverflowRect();
|
|
|