| Index: Source/core/layout/line/InlineBox.h
|
| diff --git a/Source/core/layout/line/InlineBox.h b/Source/core/layout/line/InlineBox.h
|
| index e04a161528e0e85ee1c2e760c3b52eeca5c2b5ea..3553273d3916e839fa129048be9ab8fc6592c4e6 100644
|
| --- a/Source/core/layout/line/InlineBox.h
|
| +++ b/Source/core/layout/line/InlineBox.h
|
| @@ -23,6 +23,7 @@
|
|
|
| #include "core/layout/LayoutBoxModelObject.h"
|
| #include "core/layout/LayoutObject.h"
|
| +#include "core/layout/api/SelectionState.h"
|
| #include "platform/graphics/paint/DisplayItemClient.h"
|
| #include "platform/text/TextDirection.h"
|
|
|
| @@ -250,7 +251,7 @@ public:
|
|
|
| virtual void dirtyLineBoxes();
|
|
|
| - virtual LayoutObject::SelectionState selectionState() const;
|
| + virtual SelectionState selectionState() const;
|
|
|
| virtual bool canAccommodateEllipsis(bool ltr, int blockEdge, int ellipsisWidth) const;
|
| // visibleLeftEdge, visibleRightEdge are in the parent's coordinate system.
|
|
|