Bug 1159101 part 4 - Override GetWritingMode() in nsTable{{Col,Row}{,Group},Cell}Frame. r=roc

This commit is contained in:
Xidorn Quan
2015-04-30 16:24:59 +12:00
parent 0959e3bd4c
commit 43f7c27e86
6 changed files with 24 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ using namespace mozilla::image;
nsTableCellFrame::nsTableCellFrame(nsStyleContext* aContext) :
nsContainerFrame(aContext)
, mDesiredSize(GetWritingMode())
, mDesiredSize(WritingMode())
{
mColIndex = 0;
mPriorAvailWidth = 0;