Make mComputedWidth private, with a getter/setter, and make the setter update
the resize flags. Bug 367442, r+sr=dbaron git-svn-id: svn://10.0.0.236/trunk@218933 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -614,7 +614,7 @@ BasicTableLayoutStrategy::MarkIntrinsicWidthsDirty()
|
||||
/* virtual */ void
|
||||
BasicTableLayoutStrategy::ComputeColumnWidths(const nsHTMLReflowState& aReflowState)
|
||||
{
|
||||
nscoord width = aReflowState.mComputedWidth;
|
||||
nscoord width = aReflowState.ComputedWidth();
|
||||
|
||||
if (mLastCalcWidth == width)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user