Route Text Layout Change IPCs to the Active RenderWidgetHost
Currently, the call to RenderWidgetHostViewAura::ChangeTextDirectionAndLayoutAlignment is only routed to the tab's RenderWidge; which happens regardless of the currently active widget. This CL will modify the code so that this IME call is always routed to the active widget obtained from TextInputManager. The CL also adds a unit test. BUG=578168,602723 Review-Url: https://codereview.chromium.org/2161043002 Cr-Commit-Position: refs/heads/master@{#406764}
Showing
Please register or sign in to comment