| Index: third_party/WebKit/Source/core/layout/line/LineWidth.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/line/LineWidth.cpp b/third_party/WebKit/Source/core/layout/line/LineWidth.cpp
|
| index ce4060125bf81efc2ac5bf92cfc958ee85566ce5..83c77b97e9a75501bec538773da6fc4593e43678 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/LineWidth.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/line/LineWidth.cpp
|
| @@ -119,7 +119,7 @@ void LineWidth::applyOverhang(LineLayoutRubyRun rubyRun, LineLayoutItem startLay
|
| }
|
|
|
| inline static float availableWidthAtOffset(LineLayoutBlockFlow block, const LayoutUnit& offset, IndentTextOrNot indentText, float& newLineLeft,
|
| - float& newLineRight, const LayoutUnit& lineHeight = 0)
|
| + float& newLineRight, const LayoutUnit& lineHeight = LayoutUnit())
|
| {
|
| newLineLeft = block.logicalLeftOffsetForLine(offset, indentText, lineHeight).toFloat();
|
| newLineRight = block.logicalRightOffsetForLine(offset, indentText, lineHeight).toFloat();
|
|
|