Bug 1266683 - Part 3 - Update notifyIMEContext JNI bindings to include private mode info. r=jchen

MozReview-Commit-ID: Gl2iRWxo9lE
This commit is contained in:
Jan Henning
2017-07-31 22:45:54 +02:00
parent 2978bc8e64
commit ade2408f66
4 changed files with 12 additions and 8 deletions

View File

@@ -1197,7 +1197,8 @@ GeckoEditableSupport::SetInputContext(const InputContext& aContext,
mEditable->NotifyIMEContext(mInputContext.mIMEState.mEnabled,
mInputContext.mHTMLInputType,
mInputContext.mHTMLInputInputmode,
mInputContext.mActionHint);
mInputContext.mActionHint,
mInputContext.mInPrivateBrowsing);
});
}