| 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 b2a785223ac2bfb2e80f3f64c9e3c5103bed62b8..da8ac67c71e17e5632f9782718b46833d50251e5 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/EllipsisBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/line/EllipsisBox.h
|
| @@ -50,7 +50,7 @@ class EllipsisBox final : public InlineBox {
|
| parent),
|
| height_(height),
|
| str_(ellipsis_str),
|
| - selection_state_(SelectionNone) {
|
| + selection_state_(SelectionState::kNone) {
|
| SetHasVirtualLogicalHeight();
|
| }
|
|
|
|
|