| Index: third_party/WebKit/public/web/WebInputMethodController.h
|
| diff --git a/third_party/WebKit/public/web/WebInputMethodController.h b/third_party/WebKit/public/web/WebInputMethodController.h
|
| index 756e7e5027493a8624d08526bf045a419d09fc3e..7130befa32433bf44b5e9ce90a119c645b537832 100644
|
| --- a/third_party/WebKit/public/web/WebInputMethodController.h
|
| +++ b/third_party/WebKit/public/web/WebInputMethodController.h
|
| @@ -60,6 +60,9 @@ class WebInputMethodController {
|
|
|
| // Returns the type of current text input of this controller.
|
| virtual WebTextInputType TextInputType() { return kWebTextInputTypeNone; }
|
| +
|
| + // Fetch the current selection range of this frame.
|
| + virtual WebRange GetSelectionOffsets() const = 0;
|
| };
|
|
|
| } // namespace blink
|
|
|