forked from chromium/chromium
-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Privatise unnecessarily public current_input_method in
InputMethodManagerImpl::StateImpl. This involves replacing some direct pokes of current_input_method with public GetCurrentInputMethod() that employs a fallback onto InputMethodUtil::GetFallbackInputMethodDescriptor() when ID is blank. This should be more reasonable and consistent. Bug: 1134465 Change-Id: I2c423a58547cc7249efdf8056624623998765aba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3177760 Commit-Queue: Bao-Duy Tran <[email protected]> Reviewed-by: Keith Lee <[email protected]> Reviewed-by: Curtis McMullan <[email protected]> Cr-Commit-Position: refs/heads/main@{#924702}
- Loading branch information
Bao-Duy Tran
authored and
Chromium LUCI CQ
committed
Sep 24, 2021
1 parent
27f08b5
commit 77e9679
Showing
2 changed files
with
32 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters