зеркало из https://github.com/mozilla/gecko-dev.git
Bug 237067 Solaris (forte) build is broken since nsTablePainter.h landing
r/sr/a=dbaron Fix the bustage on Solaris.
This commit is contained in:
Родитель
bd1e342f9d
Коммит
79fc69cf20
|
@ -237,6 +237,8 @@ class TableBackgroundPainter
|
|||
nsStyleBorder* mSynthBorder;
|
||||
};
|
||||
|
||||
struct ColData;
|
||||
friend struct ColData;
|
||||
struct ColData {
|
||||
TableBackgroundData mCol;
|
||||
TableBackgroundData* mColGroup; //link to col's parent colgroup's data (owned by painter)
|
||||
|
|
|
@ -237,6 +237,8 @@ class TableBackgroundPainter
|
|||
nsStyleBorder* mSynthBorder;
|
||||
};
|
||||
|
||||
struct ColData;
|
||||
friend struct ColData;
|
||||
struct ColData {
|
||||
TableBackgroundData mCol;
|
||||
TableBackgroundData* mColGroup; //link to col's parent colgroup's data (owned by painter)
|
||||
|
|
Загрузка…
Ссылка в новой задаче