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

Unified Diff: third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngine.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/SVGTextLayoutEngine.h
diff --git a/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngine.h b/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngine.h
index 494fc972e5874e3d239d612c2b485617861ea814..970ad9914790f8d8d10e81d27c5b8a208e23241e 100644
--- a/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngine.h
+++ b/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutEngine.h
@@ -39,11 +39,12 @@ class SVGTextMetrics;
// SVGTextLayoutEngine performs the second layout phase for SVG text.
//
-// The InlineBox tree was created, containing the text chunk information, necessary to apply
-// certain SVG specific text layout properties (text-length adjustments and text-anchor).
-// The second layout phase uses the SVGTextLayoutAttributes stored in the individual
-// LayoutSVGInlineText layoutObjects to compute the final positions for each character
-// which are stored in the SVGInlineTextBox objects.
+// The InlineBox tree was created, containing the text chunk information,
+// necessary to apply certain SVG specific text layout properties (text-length
+// adjustments and text-anchor).
+// The second layout phase uses the SVGTextLayoutAttributes stored in the
+// individual LayoutSVGInlineText layoutObjects to compute the final positions
+// for each character which are stored in the SVGInlineTextBox objects.
class SVGTextLayoutEngine {
STACK_ALLOCATED();

Powered by Google App Engine
This is Rietveld 408576698