зеркало из https://github.com/mozilla/pjs.git
Create the offscreen buffer the size of the complete image, not just the
size that has been loaded so far. r=pavlov.
This commit is contained in:
Родитель
d681d45c0e
Коммит
91aa4a2232
|
@ -1215,7 +1215,7 @@ NS_IMETHODIMP nsImageGTK::DrawTile(nsIRenderingContext &aContext,
|
|||
}
|
||||
|
||||
// draw the tile offscreen
|
||||
CreateOffscreenPixmap(validWidth, validHeight);
|
||||
CreateOffscreenPixmap(mWidth, mHeight);
|
||||
DrawImageOffscreen(validX, validY, validWidth, validHeight);
|
||||
|
||||
if (mAlphaDepth == 1) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче