Bug 1129774. Part 5: Remove aContext parameter from nsIWidget::Create. r=jmathies
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user