Bug 731619 - Fix race condition where flags are cleared before they are set. r=ehsan

This commit is contained in:
Kartikaya Gupta 2012-02-29 16:26:02 -05:00
Родитель d21eaf8e87
Коммит 708930665f
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -227,8 +227,8 @@ public class LayerController {
setForceRedraw();
if (mLayerClient != null) {
notifyLayerClientOfGeometryChange();
mLayerClient.viewportSizeChanged();
notifyLayerClientOfGeometryChange();
}
mPanZoomController.abortAnimation();