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

Unified Diff: third_party/WebKit/Source/core/svg/SVGMPathElement.cpp

Issue 2390773004: reflow comments in core/svg/ (Closed)
Patch Set: comments (heh!) 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/svg/SVGMPathElement.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGMPathElement.cpp b/third_party/WebKit/Source/core/svg/SVGMPathElement.cpp
index 1ddda79d2a27bc6e41c641de1b11acac12c44347..0e190034b95d5fb51151b652d20fb8fe61b6014d 100644
--- a/third_party/WebKit/Source/core/svg/SVGMPathElement.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGMPathElement.cpp
@@ -58,8 +58,9 @@ void SVGMPathElement::buildPendingResource() {
ASSERT(hasPendingResources());
}
} else if (isSVGPathElement(target)) {
- // Register us with the target in the dependencies map. Any change of hrefElement
- // that leads to relayout/repainting now informs us, so we can react to it.
+ // Register us with the target in the dependencies map. Any change of
+ // hrefElement that leads to relayout/repainting now informs us, so we can
+ // react to it.
addReferenceTo(toSVGElement(target));
}
« no previous file with comments | « third_party/WebKit/Source/core/svg/SVGLinearGradientElement.cpp ('k') | third_party/WebKit/Source/core/svg/SVGMarkerElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698