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

Unified Diff: third_party/WebKit/Source/core/layout/svg/line/SVGRootInlineBox.cpp

Issue 2391693004: Reformat comments in core/layout/svg/line (Closed)
Patch Set: Rebase w/HEAD 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
« no previous file with comments | « third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/layout/svg/line/SVGRootInlineBox.cpp
diff --git a/third_party/WebKit/Source/core/layout/svg/line/SVGRootInlineBox.cpp b/third_party/WebKit/Source/core/layout/svg/line/SVGRootInlineBox.cpp
index eee6eec0cc87722ed0fe237599ae6b99a7c21383..05b78e9f01f1f7e71473e89d33ef0718278edb20 100644
--- a/third_party/WebKit/Source/core/layout/svg/line/SVGRootInlineBox.cpp
+++ b/third_party/WebKit/Source/core/layout/svg/line/SVGRootInlineBox.cpp
@@ -67,7 +67,8 @@ void SVGRootInlineBox::computePerCharacterLayoutInformation() {
characterLayout.finishLayout();
// Perform SVG text layout phase four
- // Position & resize all SVGInlineText/FlowBoxes in the inline box tree, resize the root box as well as the LayoutSVGText parent block.
+ // Position & resize all SVGInlineText/FlowBoxes in the inline box tree,
+ // resize the root box as well as the LayoutSVGText parent block.
LayoutRect childRect;
layoutChildBoxes(this, &childRect);
layoutRootBox(childRect);
@@ -192,7 +193,8 @@ static inline void reverseInlineBoxRangeAndValueListsIfNeeded(
SVGInlineTextBox* firstTextBox = toSVGInlineTextBox(*first);
SVGInlineTextBox* lastTextBox = toSVGInlineTextBox(*last);
- // Reordering is only necessary for BiDi text that is _absolutely_ positioned.
+ // Reordering is only necessary for BiDi text that is _absolutely_
+ // positioned.
if (firstTextBox->len() == 1 && firstTextBox->len() == lastTextBox->len())
swapPositioningValuesInTextBoxes(firstTextBox, lastTextBox);
}
« no previous file with comments | « third_party/WebKit/Source/core/layout/svg/line/SVGInlineTextBox.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698