mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 801989 part.7 Set InputContext::mNativeIMEContext on Gonk r=cjones
This commit is contained in:
parent
664b429ec5
commit
0e84dea80a
@ -517,6 +517,8 @@ nsWindow::SetInputContext(const InputContext& aContext,
|
||||
NS_IMETHODIMP_(InputContext)
|
||||
nsWindow::GetInputContext()
|
||||
{
|
||||
// There is only one IME context on Gonk.
|
||||
mInputContext.mNativeIMEContext = nullptr;
|
||||
return mInputContext;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user