| Index: third_party/WebKit/Source/core/layout/LayoutTextControl.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTextControl.cpp b/third_party/WebKit/Source/core/layout/LayoutTextControl.cpp
|
| index 6d86cbc453444392b82e33257f842dddef2b0d3e..d2f9e4c6b5dda488fd12cb9613a1f878127acd73 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTextControl.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTextControl.cpp
|
| @@ -132,7 +132,7 @@ void LayoutTextControl::ComputeLogicalHeight(
|
| if (Style()->OverflowInlineDirection() == EOverflow::kScroll ||
|
| (Style()->OverflowInlineDirection() == EOverflow::kAuto &&
|
| inner_editor->GetLayoutObject()->Style()->OverflowWrap() ==
|
| - kNormalOverflowWrap))
|
| + EOverflowWrap::kNormal))
|
| logical_height += ScrollbarThickness();
|
|
|
| // FIXME: The logical height of the inner text box should have been added
|
|
|