Shrink the surface size to speed up painting

This commit is contained in:
Patrick Walton 2012-02-06 15:25:18 -08:00
Родитель 0e90b797ea
Коммит cae681557e
1 изменённых файлов: 1 добавлений и 3 удалений

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

@ -1257,9 +1257,7 @@ nsWindow::OnDraw(AndroidGeckoEvent *ae)
}
nsRefPtr<gfxImageSurface> targetSurface =
new gfxImageSurface(bits2,
gfxIntSize(gAndroidBounds.width, gAndroidBounds.height),
gAndroidBounds.width * 2,
new gfxImageSurface(bits2, gfxIntSize(32, 32), 32 * 2,
gfxASurface::ImageFormatRGB16_565);
#if 0