mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 891607 - Fix typo resulting in a bad surface size in some startup scenarios. r=Cwiiis
This commit is contained in:
parent
f354fd56a7
commit
dc291eb209
@ -2500,7 +2500,7 @@ class AndroidCompositorParent : public CompositorParent {
|
||||
public:
|
||||
AndroidCompositorParent(nsIWidget* aWidget, bool aRenderToEGLSurface,
|
||||
int aSurfaceWidth, int aSurfaceHeight)
|
||||
: CompositorParent(aWidget, aRenderToEGLSurface, aSurfaceHeight, aSurfaceHeight)
|
||||
: CompositorParent(aWidget, aRenderToEGLSurface, aSurfaceWidth, aSurfaceHeight)
|
||||
{
|
||||
if (nsWindow::GetPanZoomController()) {
|
||||
nsWindow::GetPanZoomController()->SetCompositorParent(this);
|
||||
|
Loading…
Reference in New Issue
Block a user