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

Unified Diff: third_party/WebKit/Source/core/layout/svg/SVGTextChunkBuilder.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/SVGTextChunkBuilder.h
diff --git a/third_party/WebKit/Source/core/layout/svg/SVGTextChunkBuilder.h b/third_party/WebKit/Source/core/layout/svg/SVGTextChunkBuilder.h
index b134adf069206ebcd16ad6196620e2c01bd162d8..cf678c6e6b3cd79ce20eb3108ea472d16dfc1558 100644
--- a/third_party/WebKit/Source/core/layout/svg/SVGTextChunkBuilder.h
+++ b/third_party/WebKit/Source/core/layout/svg/SVGTextChunkBuilder.h
@@ -30,9 +30,13 @@ struct SVGTextFragment;
// SVGTextChunkBuilder performs the third layout phase for SVG text.
//
-// Phase one built the layout information from the SVG DOM stored in the LayoutSVGInlineText objects (SVGTextLayoutAttributes).
-// Phase two performed the actual per-character layout, computing the final positions for each character, stored in the SVGInlineTextBox objects (SVGTextFragment).
-// Phase three performs all modifications that have to be applied to each individual text chunk (text-anchor & textLength).
+// Phase one built the layout information from the SVG DOM stored in the
+// LayoutSVGInlineText objects (SVGTextLayoutAttributes).
+// Phase two performed the actual per-character layout, computing the final
+// positions for each character, stored in the SVGInlineTextBox objects
+// (SVGTextFragment).
+// Phase three performs all modifications that have to be applied to each
+// individual text chunk (text-anchor & textLength).
class SVGTextChunkBuilder {
STACK_ALLOCATED();

Powered by Google App Engine
This is Rietveld 408576698