зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1162248 - Use the correct dimensions when resizing the compositor r=kats
This commit is contained in:
Родитель
9b870211c5
Коммит
763e1d8504
|
@ -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 */
|
||||
|
|
Загрузка…
Ссылка в новой задаче