зеркало из https://github.com/mozilla/pjs.git
Shrink the surface size to speed up painting
This commit is contained in:
Родитель
0d4cfe1f1d
Коммит
884f945af0
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче