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

Unified Diff: third_party/WebKit/Source/core/svg/SVGFEImageElement.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/SVGFEImageElement.cpp
diff --git a/third_party/WebKit/Source/core/svg/SVGFEImageElement.cpp b/third_party/WebKit/Source/core/svg/SVGFEImageElement.cpp
index bbbff094551366841835459f76fd72c4f1286a5a..d48cd5c37448d9fb37e76e32ba0eaa18a56290aa 100644
--- a/third_party/WebKit/Source/core/svg/SVGFEImageElement.cpp
+++ b/third_party/WebKit/Source/core/svg/SVGFEImageElement.cpp
@@ -99,8 +99,9 @@ void SVGFEImageElement::buildPendingResource() {
ASSERT(hasPendingResources());
}
} else if (target->isSVGElement()) {
- // 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));
}

Powered by Google App Engine
This is Rietveld 408576698