| Index: third_party/WebKit/Source/core/layout/api/LineLayoutBlockFlow.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LineLayoutBlockFlow.h b/third_party/WebKit/Source/core/layout/api/LineLayoutBlockFlow.h
|
| index 6b221176109a6bce8ff36631ac51ee592e357394..685ea77f5c1165bac456a039cd708c97b830a295 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LineLayoutBlockFlow.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LineLayoutBlockFlow.h
|
| @@ -168,12 +168,12 @@ public:
|
| return toBlockFlow()->logicalWidthForFloat(floatingObject);
|
| }
|
|
|
| - LayoutUnit logicalRightOffsetForLine(LayoutUnit position, IndentTextOrNot indentText, LayoutUnit logicalHeight = 0) const
|
| + LayoutUnit logicalRightOffsetForLine(LayoutUnit position, IndentTextOrNot indentText, LayoutUnit logicalHeight = LayoutUnit()) const
|
| {
|
| return toBlockFlow()->logicalRightOffsetForLine(position, indentText, logicalHeight);
|
| }
|
|
|
| - LayoutUnit logicalLeftOffsetForLine(LayoutUnit position, IndentTextOrNot indentText, LayoutUnit logicalHeight = 0) const
|
| + LayoutUnit logicalLeftOffsetForLine(LayoutUnit position, IndentTextOrNot indentText, LayoutUnit logicalHeight = LayoutUnit()) const
|
| {
|
| return toBlockFlow()->logicalLeftOffsetForLine(position, indentText, logicalHeight);
|
| }
|
|
|