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

Unified Diff: third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.h

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/graphics/filters/SVGFEImage.h
diff --git a/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.h b/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.h
index e2e23c868a24f89b64c96d16a20817fe5662d47a..0dd946b787c6ef9b21c396fe0def56be1a7168e8 100644
--- a/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.h
+++ b/third_party/WebKit/Source/core/svg/graphics/filters/SVGFEImage.h
@@ -68,7 +68,8 @@ class FEImage final : public FilterEffect {
RefPtr<Image> m_image;
- // m_treeScope will never be a dangling reference. See https://bugs.webkit.org/show_bug.cgi?id=99243
+ // m_treeScope will never be a dangling reference. See
+ // https://bugs.webkit.org/show_bug.cgi?id=99243
Member<TreeScope> m_treeScope;
String m_href;
Member<SVGPreserveAspectRatio> m_preserveAspectRatio;

Powered by Google App Engine
This is Rietveld 408576698