зеркало из https://github.com/mozilla/gecko-dev.git
Bug 783368 - Correct the height calculation in ProgressiveUpdateData. r=kats
This commit is contained in:
Родитель
d85f10cccd
Коммит
8226377854
|
@ -23,7 +23,7 @@ public class ProgressiveUpdateData {
|
|||
this.x = viewport.viewportRectLeft;
|
||||
this.y = viewport.viewportRectTop;
|
||||
this.width = viewport.viewportRectRight - this.x;
|
||||
this.height = viewport.viewportRectBottom - this.x;
|
||||
this.height = viewport.viewportRectBottom - this.y;
|
||||
this.scale = viewport.zoomFactor;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче