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

Unified Diff: third_party/WebKit/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.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/SVGTextLayoutAttributesBuilder.h
diff --git a/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h b/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h
index a9c438c517755066b5a31a77c3139733f8b4bdd2..463af623ea5fb90257c21ff785f400a01674fcea 100644
--- a/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h
+++ b/third_party/WebKit/Source/core/layout/svg/SVGTextLayoutAttributesBuilder.h
@@ -33,10 +33,12 @@ class SVGTextPositioningElement;
// SVGTextLayoutAttributesBuilder performs the first layout phase for SVG text.
//
-// It extracts the x/y/dx/dy/rotate values from the SVGTextPositioningElements in the DOM.
-// These values are propagated to the corresponding LayoutSVGInlineText layoutObjects.
-// The first layout phase only extracts the relevant information needed in LayoutBlockFlowLine
-// to create the InlineBox tree based on text chunk boundaries & BiDi information.
+// It extracts the x/y/dx/dy/rotate values from the SVGTextPositioningElements
+// in the DOM. These values are propagated to the corresponding
+// LayoutSVGInlineText layoutObjects.
+// The first layout phase only extracts the relevant information needed in
+// LayoutBlockFlowLine to create the InlineBox tree based on text chunk
+// boundaries & BiDi information.
// The second layout phase is carried out by SVGTextLayoutEngine.
class SVGTextLayoutAttributesBuilder {
STACK_ALLOCATED();

Powered by Google App Engine
This is Rietveld 408576698