| Index: third_party/WebKit/Source/core/exported/WebInputMethodControllerImpl.h
|
| diff --git a/third_party/WebKit/Source/core/exported/WebInputMethodControllerImpl.h b/third_party/WebKit/Source/core/exported/WebInputMethodControllerImpl.h
|
| index 944e919e22a41766d2168b87de92697ffa33cd45..3b47381d66a27f3cce4d7c762c32ea6f107bacb7 100644
|
| --- a/third_party/WebKit/Source/core/exported/WebInputMethodControllerImpl.h
|
| +++ b/third_party/WebKit/Source/core/exported/WebInputMethodControllerImpl.h
|
| @@ -43,6 +43,7 @@ class CORE_EXPORT WebInputMethodControllerImpl
|
| ConfirmCompositionBehavior selection_behavior) override;
|
| WebTextInputInfo TextInputInfo() override;
|
| WebTextInputType TextInputType() override;
|
| + WebRange GetSelectionOffsets() const;
|
|
|
| DECLARE_TRACE();
|
|
|
|
|