mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 950411 - Initialize mNCAWidth to zero. r=roc
This commit is contained in:
parent
3e7a93ab5f
commit
828272ad92
@ -82,6 +82,7 @@ nsFontInflationData::MarkFontInflationDataTextDirty(nsIFrame *aBFCFrame)
|
||||
|
||||
nsFontInflationData::nsFontInflationData(nsIFrame *aBFCFrame)
|
||||
: mBFCFrame(aBFCFrame)
|
||||
, mNCAWidth(0)
|
||||
, mTextAmount(0)
|
||||
, mTextThreshold(0)
|
||||
, mInflationEnabled(false)
|
||||
|
Loading…
Reference in New Issue
Block a user