| Index: third_party/WebKit/Source/core/layout/FlexibleBoxAlgorithm.h
|
| diff --git a/third_party/WebKit/Source/core/layout/FlexibleBoxAlgorithm.h b/third_party/WebKit/Source/core/layout/FlexibleBoxAlgorithm.h
|
| index 537d15137d47c5177daf168ee1415e6dc11ce2b8..5408f67292ad5b050f956fa6070d852c0e07c82f 100644
|
| --- a/third_party/WebKit/Source/core/layout/FlexibleBoxAlgorithm.h
|
| +++ b/third_party/WebKit/Source/core/layout/FlexibleBoxAlgorithm.h
|
| @@ -93,7 +93,7 @@ class FlexLayoutAlgorithm {
|
| LayoutUnit& sum_hypothetical_main_size);
|
|
|
| private:
|
| - bool IsMultiline() const { return style_->FlexWrap() != kFlexNoWrap; }
|
| + bool IsMultiline() const { return style_->FlexWrap() != EFlexWrap::kNowrap; }
|
|
|
| const ComputedStyle* style_;
|
| LayoutUnit line_break_length_;
|
|
|