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

Unified Diff: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.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/LayoutSVGResourceMarker.cpp
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.cpp
index 348cf27ef5f9724f545770cfc41057f168a65a2c..acee522aeee918b7a1e813de2872cb9e00f1a8a4 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.cpp
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMarker.cpp
@@ -79,7 +79,8 @@ const AffineTransform& LayoutSVGResourceMarker::localToSVGParentTransform()
AffineTransform::translation(m_viewport.x(), m_viewport.y()) *
viewportTransform();
return m_localToParentTransform;
- // If this class were ever given a localTransform(), then the above would read:
+ // If this class were ever given a localTransform(), then the above would
+ // read:
// return viewportTranslation * localTransform() * viewportTransform();
}

Powered by Google App Engine
This is Rietveld 408576698