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

Unified Diff: third_party/WebKit/Source/core/layout/svg/LayoutSVGViewportContainer.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/LayoutSVGViewportContainer.h
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGViewportContainer.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGViewportContainer.h
index 8f9983412ace5324122b4e705de8e8fb6ec37f74..ea7fe639d5c2cc1c122e0560353a770fbeb9130b 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGViewportContainer.h
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGViewportContainer.h
@@ -27,8 +27,9 @@
namespace blink {
-// This is used for non-root <svg> elements and <marker> elements, neither of which are SVGTransformable
-// thus we inherit from LayoutSVGContainer instead of LayoutSVGTransformableContainer
+// This is used for non-root <svg> elements and <marker> elements, neither of
+// which are SVGTransformable thus we inherit from LayoutSVGContainer instead of
+// LayoutSVGTransformableContainer
class LayoutSVGViewportContainer final : public LayoutSVGContainer {
public:
explicit LayoutSVGViewportContainer(SVGElement*);

Powered by Google App Engine
This is Rietveld 408576698