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

Unified Diff: third_party/WebKit/Source/core/paint/SVGContainerPainter.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/SVGContainerPainter.cpp
diff --git a/third_party/WebKit/Source/core/paint/SVGContainerPainter.cpp b/third_party/WebKit/Source/core/paint/SVGContainerPainter.cpp
index 6b052104c2b2b2ec3bf610596369acb0487af5f7..c5dc7be173f2a58f309cc59df6cf155732299e37 100644
--- a/third_party/WebKit/Source/core/paint/SVGContainerPainter.cpp
+++ b/third_party/WebKit/Source/core/paint/SVGContainerPainter.cpp
@@ -24,7 +24,8 @@ void SVGContainerPainter::paint(const PaintInfo& paintInfo) {
FloatRect boundingBox =
m_layoutSVGContainer.paintInvalidationRectInLocalSVGCoordinates();
- // LayoutSVGHiddenContainer's paint invalidation rect is always empty but we need to paint its descendants.
+ // LayoutSVGHiddenContainer's paint invalidation rect is always empty but we
+ // need to paint its descendants.
if (!m_layoutSVGContainer.isSVGHiddenContainer() &&
!paintInfo.cullRect().intersectsCullRect(
m_layoutSVGContainer.localToSVGParentTransform(), boundingBox))

Powered by Google App Engine
This is Rietveld 408576698