Make mComputedWidth private, with a getter/setter, and make the setter update
the resize flags. Bug 367442, r+sr=dbaron
This commit is contained in:
@@ -160,7 +160,7 @@ FixedTableLayoutStrategy::MarkIntrinsicWidthsDirty()
|
||||
/* virtual */ void
|
||||
FixedTableLayoutStrategy::ComputeColumnWidths(const nsHTMLReflowState& aReflowState)
|
||||
{
|
||||
nscoord tableWidth = aReflowState.mComputedWidth;
|
||||
nscoord tableWidth = aReflowState.ComputedWidth();
|
||||
|
||||
if (mLastCalcWidth == tableWidth)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user