IME events were not dispatched properly to Pepper.
A stub implementation for ShouldDispatchImeEventsToPepper was placed on FrameWidget but was never implemented anywhere. Some methods called the proper Client()->ShouldDispatchImeEventsToPepper code path, but others ended up using the stub. Remove the dead code, call the right method. Fallout from https://crrev.com/23748d4a10c7a3cefb87851045250b8b86887938 BUG=1110131 Change-Id: I04884f4d86b1a07b56b65bb49711f3b9ca060b69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324444Reviewed-by:Mustaq Ahmed <mustaq@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#792444}
Showing
Please register or sign in to comment