| Index: third_party/WebKit/Source/core/editing/InputMethodController.h
|
| diff --git a/third_party/WebKit/Source/core/editing/InputMethodController.h b/third_party/WebKit/Source/core/editing/InputMethodController.h
|
| index 13b92e97b4faa366b14c05f4f72d62025dd117ee..cb359514f73e9358d7bfa016376f180b5b7456c4 100644
|
| --- a/third_party/WebKit/Source/core/editing/InputMethodController.h
|
| +++ b/third_party/WebKit/Source/core/editing/InputMethodController.h
|
| @@ -94,6 +94,7 @@ class CORE_EXPORT InputMethodController final
|
| PlainTextRange createRangeForSelection(int start,
|
| int end,
|
| size_t textLength) const;
|
| + void deleteSurroundingText(int before, int after);
|
|
|
| private:
|
| Member<LocalFrame> m_frame;
|
|
|