| Index: third_party/WebKit/public/web/WebLocalFrame.h
|
| diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h
|
| index 3795b2bf53baa08f8a30de5e6227716a112f2530..acc8a529cb6a31564a4fe011d5677dc00e858434 100644
|
| --- a/third_party/WebKit/public/web/WebLocalFrame.h
|
| +++ b/third_party/WebKit/public/web/WebLocalFrame.h
|
| @@ -240,6 +240,7 @@ public:
|
| virtual void selectRange(const WebPoint& base, const WebPoint& extent) = 0;
|
|
|
| virtual void selectRange(const WebRange&) = 0;
|
| + virtual WebString rangeAsText(const WebRange&) = 0;
|
|
|
| // Move the current selection to the provided viewport point/points. If the
|
| // current selection is editable, the new selection will be restricted to
|
|
|