bug 705726 - No need to schedule redraw when conntecting gecko. r=pwalton

This commit is contained in:
Doug Turner 2011-11-29 16:29:16 -08:00
Родитель f900dd9348
Коммит 91903e02a3
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -1991,7 +1991,6 @@ abstract public class GeckoApp
LayerController layerController = getLayerController();
layerController.setLayerClient(mSoftwareLayerClient);
GeckoAppShell.scheduleRedraw();
}
private void prefetchDNS(final Uri u) {