Chromium Code Reviews| 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 bf7e152cad58c360be8cf1e35fa5a88e6c2217de..97e1fdf948c961b2b5f738dd3966305191beb132 100644 |
| --- a/third_party/WebKit/Source/core/editing/InputMethodController.h |
| +++ b/third_party/WebKit/Source/core/editing/InputMethodController.h |
| @@ -78,6 +78,7 @@ public: |
| // Returns true if setting selection to specified offsets, otherwise false. |
| bool setEditableSelectionOffsets(const PlainTextRange&); |
| void extendSelectionAndDelete(int before, int after); |
| + void deleteSurroundingText(size_t before, size_t after); |
|
yosin_UTC9
2016/10/04 09:59:54
Since we use |int| for offset in other member func
yabinh
2016/10/11 03:16:57
Done.
|
| private: |
| class SelectionOffsetsScope { |