| commit | 0c474f4800bc19022ab2eb3521401a7462b9ecd2 | [log] [tgz] |
|---|---|---|
| author | changwan <changwan@chromium.org> | Wed Sep 21 01:10:32 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Wed Sep 21 01:12:32 2016 |
| tree | 0e975d631c59b7311e34d1dd6efe054ca6381a4b | |
| parent | b481c6d0540129abef93fb0279634ac4ab33a823 [diff] |
Implement ThreadedInputConnection#getCursorCapsMode() Some Latin keyboard apps use this function to check whether they need to capitalize a letter at the current cursor. Delegating to TextUtil just as BaseInputConnection#getCursorCapsMode() does. BUG=648439 Review-Url: https://codereview.chromium.org/2349383004 Cr-Commit-Position: refs/heads/master@{#419929}