Bug 1299335 (part 5) - Streamline nsIWidget::StartPluginIME. r=mstange.

This patch changes it from |NS_IMETHOD| to |virtual MOZ_MUST_USE nsresult|.
This commit is contained in:
Nicholas Nethercote
2016-12-16 10:55:18 +11:00
parent effeac0413
commit 09f07e09c7
7 changed files with 20 additions and 16 deletions

View File

@@ -681,7 +681,7 @@ PuppetWidget::NotifyIMEInternal(const IMENotification& aIMENotification)
}
}
NS_IMETHODIMP
nsresult
PuppetWidget::StartPluginIME(const mozilla::WidgetKeyboardEvent& aKeyboardEvent,
int32_t aPanelX, int32_t aPanelY,
nsString& aCommitted)