зеркало из https://github.com/mozilla/pjs.git
Backing out last change since it caused crashes on Windows (bug 392214). b=390898
This commit is contained in:
Родитель
dfee127ea5
Коммит
80b7a111ef
|
@ -3887,12 +3887,6 @@ static void fbFetchTransformed(bits_image_t * pict, int x, int y, int width, uin
|
|||
idistx = 256 - distx;
|
||||
idisty = 256 - disty;
|
||||
|
||||
// XXX bandaid for bug 390898
|
||||
x1 = MOD (x1, pict->width);
|
||||
x2 = MOD (x2, pict->width);
|
||||
y1 = MOD (y1, pict->height);
|
||||
y2 = MOD (y2, pict->height);
|
||||
|
||||
b = bits + (y1)*stride;
|
||||
x_off = x1;
|
||||
|
||||
|
@ -3959,12 +3953,6 @@ static void fbFetchTransformed(bits_image_t * pict, int x, int y, int width, uin
|
|||
idistx = 256 - distx;
|
||||
idisty = 256 - disty;
|
||||
|
||||
// XXX bandaid for bug 390898
|
||||
x1 = MOD (x1, pict->width);
|
||||
x2 = MOD (x2, pict->width);
|
||||
y1 = MOD (y1, pict->height);
|
||||
y2 = MOD (y2, pict->height);
|
||||
|
||||
b = bits + (y1)*stride;
|
||||
x_off = x1;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче