mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
reorganize border collapse painting code to make a little bit more readable bug 452319 r=fantasai sr=bz
This commit is contained in:
parent
b3639a0d2b
commit
a519244d26
@ -268,7 +268,7 @@ protected:
|
||||
|
||||
friend class nsCellMap;
|
||||
friend class BCMapCellIterator;
|
||||
friend class BCMapBorderIterator;
|
||||
friend class BCPaintBorderIterator;
|
||||
friend class nsCellMapColumnIterator;
|
||||
|
||||
/** Insert a row group cellmap after aPrevMap, if aPrefMap is null insert it
|
||||
@ -474,7 +474,7 @@ public:
|
||||
protected:
|
||||
friend class nsTableCellMap;
|
||||
friend class BCMapCellIterator;
|
||||
friend class BCMapBorderIterator;
|
||||
friend class BCPaintBorderIterator;
|
||||
friend class nsTableFrame;
|
||||
friend class nsCellMapColumnIterator;
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user