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

Unified Diff: third_party/WebKit/Source/core/layout/line/RootInlineBox.h

Issue 2393693002: Reformat comments in core/layout/line (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/line/RootInlineBox.h
diff --git a/third_party/WebKit/Source/core/layout/line/RootInlineBox.h b/third_party/WebKit/Source/core/layout/line/RootInlineBox.h
index f609738a6ac054048abef99c2a61bf6325e6293c..07bfbee20176acce4f43d00bbe2d77b7ecba75c1 100644
--- a/third_party/WebKit/Source/core/layout/line/RootInlineBox.h
+++ b/third_party/WebKit/Source/core/layout/line/RootInlineBox.h
@@ -217,13 +217,14 @@ class RootInlineBox : public InlineFlowBox {
// This folds into the padding at the end of InlineFlowBox on 64-bit.
unsigned m_lineBreakPos;
- // Where this line ended. The exact object and the position within that object are stored so that
- // we can create an InlineIterator beginning just after the end of this line.
+ // Where this line ended. The exact object and the position within that
+ // object are stored so that we can create an InlineIterator beginning just
+ // after the end of this line.
LineLayoutItem m_lineBreakObj;
RefPtr<BidiContext> m_lineBreakContext;
- // Floats hanging off the line are pushed into this vector during layout. It is only
- // good for as long as the line has not been marked dirty.
+ // Floats hanging off the line are pushed into this vector during layout. It
+ // is only good for as long as the line has not been marked dirty.
std::unique_ptr<Vector<LayoutBox*>> m_floats;
LayoutUnit m_lineTop;
« no previous file with comments | « third_party/WebKit/Source/core/layout/line/LineWidth.cpp ('k') | third_party/WebKit/Source/core/layout/line/RootInlineBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698