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

This commit is contained in:
James Willcox 2016-01-19 10:39:24 -06:00
Родитель 9b870211c5
Коммит 763e1d8504
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 */