DescriptionImplement RenderWidgetHostViewBase::ImeCancelComposition for all Views (Aura Only)
Currently, the RenderWidgetHostViewChildFrame's do not implement this method.
This CL implements the method for RenderWidgetHostViewBase where the view will
forward the call to the TextInputManager. The TextInputManager will then call
its observers about the change. The tab's view in aura is an observer of the
TextInputManager which will in turn cancel any ongoing composition.
BUG=578168
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation
Committed: https://crrev.com/50ee203f1d50521adeeb01faaa380e3c41c8b7a4
Cr-Commit-Position: refs/heads/master@{#402663}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Addressing kenrb@'s comments #Patch Set 3 : Removed the Incorrect DCHECK_EQ #
Total comments: 4
Patch Set 4 : Addressing creis@'s comments #Messages
Total messages: 26 (10 generated)
|