| Index: third_party/WebKit/Source/core/style/StyleContentAlignmentData.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleContentAlignmentData.h b/third_party/WebKit/Source/core/style/StyleContentAlignmentData.h
|
| index bf31170f12b584a337193318aa86e3141e13e7d9..e4d3c9633b5c18d36995b6157cdea376ce87b345 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleContentAlignmentData.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleContentAlignmentData.h
|
| @@ -14,7 +14,8 @@ class StyleContentAlignmentData {
|
| DISALLOW_NEW();
|
|
|
| public:
|
| - // Style data for Content-Distribution properties: align-content, justify-content.
|
| + // Style data for Content-Distribution properties: align-content,
|
| + // justify-content.
|
| // <content-distribution> || [ <overflow-position>? && <content-position> ]
|
| StyleContentAlignmentData(
|
| ContentPosition position,
|
|
|