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

Unified Diff: third_party/WebKit/Source/core/style/StyleSelfAlignmentData.h

Issue 2392143002: reflow comments in core/style (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
« no previous file with comments | « third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h ('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/style/StyleSelfAlignmentData.h
diff --git a/third_party/WebKit/Source/core/style/StyleSelfAlignmentData.h b/third_party/WebKit/Source/core/style/StyleSelfAlignmentData.h
index 413fb323c16c9910e2e0a0a843a8d41bf56f674b..bddeaf9ac9560d4d21c20d22d3b6ac97d657723c 100644
--- a/third_party/WebKit/Source/core/style/StyleSelfAlignmentData.h
+++ b/third_party/WebKit/Source/core/style/StyleSelfAlignmentData.h
@@ -14,8 +14,10 @@ class StyleSelfAlignmentData {
DISALLOW_NEW();
public:
- // Style data for Self-Aligment and Default-Alignment properties: align-{self, items}, justify-{self, items}.
- // [ <self-position> && <overflow-position>? ] | [ legacy && [ left | right | center ] ]
+ // Style data for Self-Aligment and Default-Alignment properties: align-{self,
+ // items}, justify-{self, items}.
+ // [ <self-position> && <overflow-position>? ] | [ legacy && [ left | right |
+ // center ] ]
StyleSelfAlignmentData(ItemPosition position,
OverflowAlignment overflow,
ItemPositionType positionType = NonLegacyPosition)
@@ -49,10 +51,10 @@ class StyleSelfAlignmentData {
}
private:
- unsigned m_position : 4; // ItemPosition
- unsigned
- m_positionType : 1; // Whether or not alignment uses the 'legacy' keyword.
- unsigned m_overflow : 2; // OverflowAlignment
+ unsigned m_position : 4; // ItemPosition
+ unsigned m_positionType : 1; // Whether or not alignment uses the 'legacy'
+ // keyword.
+ unsigned m_overflow : 2; // OverflowAlignment
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/style/StyleRareNonInheritedData.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698