Bug 917322 part.7 TextEventDispatcher should manage if it has composition r=smaug

This commit is contained in:
Masayuki Nakano
2015-01-28 15:27:31 +09:00
parent 391e15de3b
commit 2e8a3ae110
19 changed files with 116 additions and 51 deletions

View File

@@ -428,8 +428,8 @@ PuppetWidget::IMEEndComposition(bool aCancel)
return NS_OK;
}
NS_IMETHODIMP
PuppetWidget::NotifyIME(const IMENotification& aIMENotification)
nsresult
PuppetWidget::NotifyIMEInternal(const IMENotification& aIMENotification)
{
switch (aIMENotification.mMessage) {
case REQUEST_TO_COMMIT_COMPOSITION: