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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutFieldset.h

Issue 2394263004: Reformat comments in core/layout up until LayoutMultiColumnFlowThread (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
Index: third_party/WebKit/Source/core/layout/LayoutFieldset.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutFieldset.h b/third_party/WebKit/Source/core/layout/LayoutFieldset.h
index 79afa5733e709eb54b2425dac9e628e48a8cbccc..ceff1d4b7420f793429220cb0eb5a94f00da7f26 100644
--- a/third_party/WebKit/Source/core/layout/LayoutFieldset.h
+++ b/third_party/WebKit/Source/core/layout/LayoutFieldset.h
@@ -41,7 +41,8 @@ class LayoutFieldset final : public LayoutFlexibleBox {
LayoutObject* beforeChild = nullptr) override;
bool avoidsFloats() const override { return true; }
- // We override the two baseline functions because we want our baseline to be the bottom of our margin box.
+ // We override the two baseline functions because we want our baseline to be
+ // the bottom of our margin box.
int baselinePosition(FontBaseline,
bool firstLine,
LineDirectionMode,

Powered by Google App Engine
This is Rietveld 408576698