| 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 d28ff7a3389403c90dd01ac7f174016262841ba7..f5ce71d171f5c2d125508cfe94ac74af57308cc3 100644
|
| --- a/third_party/WebKit/Source/core/editing/InputMethodController.h
|
| +++ b/third_party/WebKit/Source/core/editing/InputMethodController.h
|
| @@ -54,7 +54,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.
|
|
|