Bug 1129774. Part 3: Remove aContext parameter from BaseCreate and make it nonvirtual. r=jmathies

This commit is contained in:
Robert O'Callahan
2015-02-05 18:18:30 +13:00
parent 85f2b99239
commit b45a5aee79
12 changed files with 14 additions and 16 deletions

View File

@@ -101,7 +101,7 @@ PuppetWidget::Create(nsIWidget *aParent,
{
MOZ_ASSERT(!aNativeParent, "got a non-Puppet native parent");
BaseCreate(nullptr, aRect, aContext, aInitData);
BaseCreate(nullptr, aRect, aInitData);
mBounds = aRect;
mEnabled = true;