| 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..a095c95c0132de10219f300baf51a3e987e5b92a 100644
|
| --- a/third_party/WebKit/Source/core/editing/InputMethodController.h
|
| +++ b/third_party/WebKit/Source/core/editing/InputMethodController.h
|
| @@ -109,6 +109,7 @@ private:
|
| String composingText() const;
|
| void selectComposition() const;
|
| bool setSelectionOffsets(const PlainTextRange&);
|
| + void setSelectionRangeForSetComposition(int selectionStart, int selectionEnd);
|
| };
|
|
|
| } // namespace blink
|
|
|