| Index: third_party/WebKit/Source/core/layout/api/LineLayoutText.h
|
| diff --git a/third_party/WebKit/Source/core/layout/api/LineLayoutText.h b/third_party/WebKit/Source/core/layout/api/LineLayoutText.h
|
| index 31b63ff4ee1637de0438b04942b22cc449c511b9..1eac45ec83361c9983f9211cc30ae361255d64b0 100644
|
| --- a/third_party/WebKit/Source/core/layout/api/LineLayoutText.h
|
| +++ b/third_party/WebKit/Source/core/layout/api/LineLayoutText.h
|
| @@ -127,11 +127,6 @@ public:
|
| return toText()->hyphenWidth(font, textDirection);
|
| }
|
|
|
| - SelectionState selectionState() const
|
| - {
|
| - return toText()->selectionState();
|
| - }
|
| -
|
| void selectionStartEnd(int& spos, int& epos) const
|
| {
|
| return toText()->selectionStartEnd(spos, epos);
|
|
|