Confirm ongoing IME composition at the right render widget in response to mouse click/tap.
After CL: https://codereview.chromium.org/2092103002/ all IME result methods are being routed to the right RenderWidget. Similarly, when an IME session is closed on the browser side due to a click or tap, the right widget should be notifed by receiving an IME confirm composition with empty text. Currently, this IPC is sent to the tab's RenderWidget regardless of what the active widget is. This CL will route the IPC to the right widget and adds a unit test for this purpose. BUG=578168 Review-Url: https://codereview.chromium.org/2116593002 Cr-Commit-Position: refs/heads/master@{#403273}
Showing
Please register or sign in to comment