Commit 763e1d85 authored by James Willcox's avatar James Willcox
Browse files

Bug 1162248 - Use the correct dimensions when resizing the compositor r=kats

parent 9b870211
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -766,7 +766,7 @@ class GeckoLayerClient implements LayerView.Listener, PanZoomTarget
        // We need to make sure a draw happens synchronously at this point,
        // but resizing the surface before the SurfaceView has resized will
        // cause a visible jump.
        mView.getGLController().resumeCompositor(mWindowSize.width, mWindowSize.height);
        mView.getGLController().resumeCompositor(width, height);
    }

    /** Implementation of LayerView.Listener */