diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-11-02 23:07:40 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-11-02 23:10:06 +0100 |
commit | 0de40040f006c493feeff7d688c169b904b8a22e (patch) | |
tree | 2a2e856ce590fcea6523f029644d5010da151a47 /layout/base | |
parent | 145527207538b6ee1018cb77e6705912c29f8a9f (diff) | |
download | UXP-0de40040f006c493feeff7d688c169b904b8a22e.tar UXP-0de40040f006c493feeff7d688c169b904b8a22e.tar.gz UXP-0de40040f006c493feeff7d688c169b904b8a22e.tar.lz UXP-0de40040f006c493feeff7d688c169b904b8a22e.tar.xz UXP-0de40040f006c493feeff7d688c169b904b8a22e.zip |
Issue #146 - Part 2: Remove custom table painting component.
Since we're now putting table borders and backgrounds properly in the
display lists, we no longer need this custom component to do this work
for us.
Diffstat (limited to 'layout/base')
-rw-r--r-- | layout/base/nsDisplayItemTypesList.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/layout/base/nsDisplayItemTypesList.h b/layout/base/nsDisplayItemTypesList.h index d24f6f38f..cf809817f 100644 --- a/layout/base/nsDisplayItemTypesList.h +++ b/layout/base/nsDisplayItemTypesList.h @@ -56,9 +56,6 @@ DECLARE_DISPLAY_ITEM_TYPE(SVG_PATH_GEOMETRY) DECLARE_DISPLAY_ITEM_TYPE(SVG_TEXT) DECLARE_DISPLAY_ITEM_TYPE(TABLE_CELL_BACKGROUND) DECLARE_DISPLAY_ITEM_TYPE(TABLE_CELL_SELECTION) -DECLARE_DISPLAY_ITEM_TYPE(TABLE_ROW_BACKGROUND) -DECLARE_DISPLAY_ITEM_TYPE(TABLE_ROW_GROUP_BACKGROUND) -DECLARE_DISPLAY_ITEM_TYPE(TABLE_BORDER_BACKGROUND) DECLARE_DISPLAY_ITEM_TYPE(TABLE_BORDER_COLLAPSE) DECLARE_DISPLAY_ITEM_TYPE(TEXT) DECLARE_DISPLAY_ITEM_TYPE(TEXT_OVERFLOW) |