Bug 1129774. Part 5: Remove aContext parameter from nsIWidget::Create. r=jmathies

This commit is contained in:
Robert O'Callahan
2015-02-05 20:35:25 +13:00
parent 5511614551
commit 0021805640
29 changed files with 13 additions and 40 deletions

View File

@@ -172,7 +172,6 @@ nsresult nsWebShellWindow::Initialize(nsIXULWindow* aParent,
mWindow->Create((nsIWidget *)parentWidget, // Parent nsIWidget
nullptr, // Native parent widget
r, // Widget dimensions
nullptr, // Device context
&widgetInitData); // Widget initialization data
mWindow->GetClientBounds(r);
// Match the default background color of content. Important on windows