зеркало из https://github.com/mozilla/pjs.git
bug 5522 - initialize max element size. sr=attinasi, r=peterl.
This commit is contained in:
Родитель
b8449628cd
Коммит
9a172ef481
|
@ -678,6 +678,11 @@ nsObjectFrame::Reflow(nsIPresContext* aPresContext,
|
|||
|
||||
// Get our desired size
|
||||
GetDesiredSize(aPresContext, aReflowState, aMetrics);
|
||||
// initialize max element size if present
|
||||
if (aMetrics.maxElementSize) {
|
||||
aMetrics.maxElementSize->width = 0;
|
||||
aMetrics.maxElementSize->height = 0;
|
||||
}
|
||||
|
||||
// could be an image
|
||||
nsIFrame * child = mFrames.FirstChild();
|
||||
|
|
|
@ -678,6 +678,11 @@ nsObjectFrame::Reflow(nsIPresContext* aPresContext,
|
|||
|
||||
// Get our desired size
|
||||
GetDesiredSize(aPresContext, aReflowState, aMetrics);
|
||||
// initialize max element size if present
|
||||
if (aMetrics.maxElementSize) {
|
||||
aMetrics.maxElementSize->width = 0;
|
||||
aMetrics.maxElementSize->height = 0;
|
||||
}
|
||||
|
||||
// could be an image
|
||||
nsIFrame * child = mFrames.FirstChild();
|
||||
|
|
Загрузка…
Ссылка в новой задаче