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

Unified Diff: third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.cpp

Issue 2400783002: Reformat comments in core/layout/svg (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/layout/svg/LayoutSVGImage.cpp
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.cpp
index a03bc26c85a6e95144be8a91703fe4c8e9d6b687..8e1c323fb74e571ab5ba567be66f959701923e2f 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.cpp
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGImage.cpp
@@ -200,7 +200,8 @@ void LayoutSVGImage::imageChanged(WrappedImagePtr, const IntRect*) {
void LayoutSVGImage::addOutlineRects(Vector<LayoutRect>& rects,
const LayoutPoint&,
IncludeBlockVisualOverflowOrNot) const {
- // this is called from paint() after the localTransform has already been applied
+ // this is called from paint() after the localTransform has already been
+ // applied
rects.append(LayoutRect(paintInvalidationRectInLocalSVGCoordinates()));
}

Powered by Google App Engine
This is Rietveld 408576698