summaryrefslogtreecommitdiffstats
path: root/layout/tables/nsTableFrame.h
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-11-02 23:07:40 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-11-02 23:10:06 +0100
commit0de40040f006c493feeff7d688c169b904b8a22e (patch)
tree2a2e856ce590fcea6523f029644d5010da151a47 /layout/tables/nsTableFrame.h
parent145527207538b6ee1018cb77e6705912c29f8a9f (diff)
downloadUXP-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/tables/nsTableFrame.h')
-rw-r--r--layout/tables/nsTableFrame.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/layout/tables/nsTableFrame.h b/layout/tables/nsTableFrame.h
index d4b6d88a7..a6b786402 100644
--- a/layout/tables/nsTableFrame.h
+++ b/layout/tables/nsTableFrame.h
@@ -271,16 +271,6 @@ public:
const nsRect& aDirtyRect,
const nsDisplayListSet& aLists) override;
- /**
- * Paint the background of the table and its parts (column groups,
- * columns, row groups, rows, and cells), and the table border, and all
- * internal borders if border-collapse is on.
- */
- DrawResult PaintTableBorderBackground(nsDisplayListBuilder* aBuilder,
- nsRenderingContext& aRenderingContext,
- const nsRect& aDirtyRect,
- nsPoint aPt);
-
/** Get the outer half (i.e., the part outside the height and width of
* the table) of the largest segment (?) of border-collapsed border on
* the table on each side, or 0 for non border-collapsed tables.