mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 21:28:55 +00:00
Make mtdInnerFrame more like the inner frame of non-MathML table cells. Bug
354510, r+sr=rbs
This commit is contained in:
parent
600a52cbf8
commit
6e536461e8
@ -307,7 +307,10 @@ public:
|
||||
virtual PRBool IsFrameOfType(PRUint32 aFlags) const;
|
||||
|
||||
protected:
|
||||
nsMathMLmtdInnerFrame(nsStyleContext* aContext) : nsBlockFrame(aContext) {}
|
||||
nsMathMLmtdInnerFrame(nsStyleContext* aContext) : nsBlockFrame(aContext) {
|
||||
// Set the right bits -- see what NS_NewTableCellInnerFrame does
|
||||
AddStateBits(NS_BLOCK_SPACE_MGR | NS_BLOCK_MARGIN_ROOT);
|
||||
}
|
||||
virtual ~nsMathMLmtdInnerFrame();
|
||||
|
||||
virtual PRIntn GetSkipSides() const { return 0; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user