| Index: third_party/WebKit/public/web/WebWidget.h
|
| diff --git a/third_party/WebKit/public/web/WebWidget.h b/third_party/WebKit/public/web/WebWidget.h
|
| index 101367b9cc0afa0fae2a1d2189b1a69153c0492d..2a3465575b1afb106e0413c2e3445b9d3c1d1732 100644
|
| --- a/third_party/WebKit/public/web/WebWidget.h
|
| +++ b/third_party/WebKit/public/web/WebWidget.h
|
| @@ -168,9 +168,6 @@ class WebWidget {
|
| // (i.e its anchor is its start).
|
| virtual bool IsSelectionAnchorFirst() const { return false; }
|
|
|
| - // Fetch the current selection range of this WebWidget.
|
| - virtual WebRange CaretOrSelectionRange() { return WebRange(); }
|
| -
|
| // Changes the text direction of the selected input node.
|
| virtual void SetTextDirection(WebTextDirection) {}
|
|
|
|
|