DescriptionFix a bug in TextInputManager::GetCompositionRangeInfo
After the CL: https://codereview.chromium.org/2235283003 which implemented composition
range information tracking on the browser side for Mac, the method TIM::GetCompositionRangeInfo
was changed to take the RenderWidgetHostView for which the information is required. However,
the view pointer is not actually used and the method returns the stored information for |active_view_|
instead.
BUG=NONE
Review-Url: https://codereview.chromium.org/2814443003
Cr-Commit-Position: refs/heads/master@{#463391}
Committed: https://chromium.googlesource.com/chromium/src/+/79819af0cb936831671dd43047159d472f9a05ed
Patch Set 1 #
Total comments: 3
Patch Set 2 : Removed the argument |view| #
Messages
Total messages: 14 (8 generated)
|