| Index: third_party/WebKit/Source/core/layout/line/EllipsisBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/line/EllipsisBox.h b/third_party/WebKit/Source/core/layout/line/EllipsisBox.h
|
| index 43d74bfdf06e66f5819b714d999a7ca0a8fbfa4f..33f5af01dee7be4c7f03e3b9a99454cb1c42abb7 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/EllipsisBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/line/EllipsisBox.h
|
| @@ -45,7 +45,7 @@ public:
|
| void setSelectionState(SelectionState s) { m_selectionState = s; }
|
| IntRect selectionRect() const;
|
|
|
| - LayoutUnit virtualLogicalHeight() const override { return m_height; }
|
| + LayoutUnit virtualLogicalHeight() const override { return LayoutUnit(m_height); }
|
| SelectionState selectionState() const override { return m_selectionState; }
|
| const AtomicString& ellipsisStr() const { return m_str; }
|
|
|
|
|