зеркало из https://github.com/mozilla/gecko-dev.git
Bug 814713. r=bz
This commit is contained in:
Родитель
3457aa9a60
Коммит
f7634d3fe4
|
@ -285,10 +285,10 @@ protected:
|
|||
// when colspans were present).
|
||||
nscoord mFinalWidth;
|
||||
|
||||
// the index of the column with respect to the whole tabble (starting at 0)
|
||||
// the index of the column with respect to the whole table (starting at 0)
|
||||
// it should never be smaller then the start column index of the parent
|
||||
// colgroup
|
||||
uint32_t mColIndex: 16;
|
||||
uint32_t mColIndex;
|
||||
|
||||
// border width in pixels of the inner half of the border only
|
||||
BCPixelSize mLeftBorderWidth;
|
||||
|
|
Загрузка…
Ссылка в новой задаче