| 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 31881ae62999c1a74112af278d2747ab81c228a6..b942b05c70b8e2f30f83404f091b214604db03d3 100644
|
| --- a/third_party/WebKit/Source/core/editing/InputMethodController.h
|
| +++ b/third_party/WebKit/Source/core/editing/InputMethodController.h
|
| @@ -141,8 +141,7 @@ class CORE_EXPORT InputMethodController final
|
| int selectionStart,
|
| int selectionEnd);
|
| int textInputFlags() const;
|
| - // TODO(dtapuska): Change this from a String to a WebTextInputMode.
|
| - String inputModeOfFocusedElement() const;
|
| + WebTextInputMode inputModeOfFocusedElement() const;
|
| };
|
|
|
| } // namespace blink
|
|
|