| 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 19857223db847bf1c5c87f2400ed8f9a60629214..35c5c2b5b7bccb6d58945b530960a52792f79698 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) {}
|
|
|
|
|