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

@@ -63,7 +63,7 @@ PluginWidgetProxy::Create(nsIWidget* aParent,
return rv;
}
BaseCreate(aParent, aRect, aContext, aInitData);
BaseCreate(aParent, aRect, aInitData);
mBounds = aRect;
mEnabled = true;