Skip to content

Commit

Permalink
Sync WindowCreator with nsIWindowCreator2 interface
Browse files Browse the repository at this point in the history
We don't have multi screen supported. Thus, method
is nop.
  • Loading branch information
rainemak committed Dec 19, 2016
1 parent 2bca8cc commit e76df9c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions embedding/embedlite/utils/WindowCreator.cpp
Expand Up @@ -99,3 +99,11 @@ WindowCreator::CreateChromeWindow(nsIWebBrowserChrome* aParent,
bool cancel;
return CreateChromeWindow2(aParent, aChromeFlags, 0, nullptr, nullptr, &cancel, _retval);
}

NS_IMETHODIMP
WindowCreator::SetScreenId(uint32_t /*aScreenId*/)
{
// Multi-screen not supported.
LOGNI();
return NS_OK;
}

0 comments on commit e76df9c

Please sign in to comment.