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

Unified Diff: third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h

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/LayoutSVGRoot.h
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h
index 7bb5af6e9f11201f2c6bee1a901b4e12fbe388f9..0a187c0806904bfa333c4d709481a4b8ba85d272 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRoot.h
@@ -74,7 +74,8 @@ class CORE_EXPORT LayoutSVGRoot final : public LayoutReplaced {
m_containerSize = containerSize;
}
- // localToBorderBoxTransform maps local SVG viewport coordinates to local CSS box coordinates.
+ // localToBorderBoxTransform maps local SVG viewport coordinates to local CSS
+ // box coordinates.
const AffineTransform& localToBorderBoxTransform() const {
return m_localToBorderBoxTransform;
}

Powered by Google App Engine
This is Rietveld 408576698