Bug 1325234 (part 4) - Streamline nsIWidget::{SetFocus,SetNonClientMargins}(). r=mstange.
This patch changes them from |NS_IMETHOD| to |virtual nsresult|.
This commit is contained in:
@@ -274,7 +274,7 @@ PuppetWidget::ConfigureChildren(const nsTArray<Configuration>& aConfigurations)
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsresult
|
||||
PuppetWidget::SetFocus(bool aRaise)
|
||||
{
|
||||
if (aRaise && mTabChild) {
|
||||
|
||||
Reference in New Issue
Block a user