| 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 535071c5fa4ce8d9105b3505bbc7e23bcc082752..1e4ac952ded6d328717d739a9fa54d713db12f9e 100644
|
| --- a/third_party/WebKit/Source/core/editing/InputMethodController.h
|
| +++ b/third_party/WebKit/Source/core/editing/InputMethodController.h
|
| @@ -56,7 +56,7 @@ public:
|
|
|
| // international text input composition
|
| bool hasComposition() const;
|
| - void setComposition(const String&, const Vector<CompositionUnderline>&, unsigned selectionStart, unsigned selectionEnd);
|
| + void setComposition(const String&, const Vector<CompositionUnderline>&, int selectionStart, int selectionEnd);
|
| void setCompositionFromExistingText(const Vector<CompositionUnderline>&, unsigned compositionStart, unsigned compositionEnd);
|
| // Inserts the text that is being composed as a regular text and returns true
|
| // if composition exists.
|
|
|