mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1210560 - Followup: Fix function definition prototype. r=bustage on a CLOSED TREE
This commit is contained in:
parent
356c8d7e00
commit
a317355af4
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user