| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| index 0662cc36861c517648e4502230aaf4eede2ce0e6..546a5dec2b458361fcef56fe3bf52005036b7fad 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -161,6 +161,7 @@ public:
|
| bool selectWordAroundCaret() override;
|
| void selectRange(const WebPoint& base, const WebPoint& extent) override;
|
| void selectRange(const WebRange&) override;
|
| + WebString rangeAsText(const WebRange&) override;
|
| void moveRangeSelectionExtent(const WebPoint&) override;
|
| void moveRangeSelection(const WebPoint& base, const WebPoint& extent, WebFrame::TextGranularity = CharacterGranularity) override;
|
| void moveCaretSelection(const WebPoint&) override;
|
|
|