| Index: Source/core/layout/line/RootInlineBox.h
|
| diff --git a/Source/core/layout/line/RootInlineBox.h b/Source/core/layout/line/RootInlineBox.h
|
| index ca8a76a0bf6ba68e2e3c45c4dbf45acf63efd14b..fc998f86b7f66f73fe43d260cc314c7bd2685283 100644
|
| --- a/Source/core/layout/line/RootInlineBox.h
|
| +++ b/Source/core/layout/line/RootInlineBox.h
|
| @@ -22,6 +22,7 @@
|
| #define RootInlineBox_h
|
|
|
| #include "core/layout/api/LineLayoutItem.h"
|
| +#include "core/layout/api/SelectionState.h"
|
| #include "core/layout/line/InlineFlowBox.h"
|
| #include "platform/text/BidiContext.h"
|
|
|
| @@ -111,7 +112,7 @@ public:
|
| using InlineBox::hasSelectedChildren;
|
| using InlineBox::setHasSelectedChildren;
|
|
|
| - LayoutObject::SelectionState selectionState() const final;
|
| + SelectionState selectionState() const final;
|
| InlineBox* firstSelectedBox() const;
|
| InlineBox* lastSelectedBox() const;
|
|
|
|
|