Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(576)

Unified Diff: third_party/WebKit/Source/core/paint/BoxClipper.cpp

Issue 2392443009: reflow comments in core/paint (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« no previous file with comments | « third_party/WebKit/Source/core/paint/BoxBorderPainter.cpp ('k') | third_party/WebKit/Source/core/paint/BoxDecorationData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698