| 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 2c3e1b1146afe7c071c63f83fb7598c66a205f37..527f9b3d176da24f79c3eec64cc7ececd55bcb24 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;
|
|
|