Bug 1210560 - Followup: Fix function definition prototype. r=bustage on a CLOSED TREE

This commit is contained in:
Bas Schouten 2015-11-11 16:46:12 +01:00
parent eac2db7101
commit a9e797cc6b

View File

@ -2322,7 +2322,7 @@ nsWindow::OnExposeEvent(cairo_t *cr)
}
void
nsWindow::UpdateAlpha(gfxPattern* aPattern, nsIntRect aBoundsRect)
nsWindow::UpdateAlpha(SourceSurface* aSourceSurface, nsIntRect aBoundsRect)
{
// We need to create our own buffer to force the stride to match the
// expected stride.