diff options
author | Matt A. Tobin <email@mattatobin.com> | 2019-11-05 11:36:03 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2019-11-05 11:36:03 -0500 |
commit | 714afc76f690ba11e77330e067e5bce486292831 (patch) | |
tree | 90b50f1ac6ab3cbf9e751a184bc1df8f8dafd730 /layout/tables/nsTableCellFrame.h | |
parent | 711a5031d015a9fde7feb61905473b52d9cc3369 (diff) | |
parent | 082670ecb19a229ea20bf9b69991341d4be25e38 (diff) | |
download | UXP-714afc76f690ba11e77330e067e5bce486292831.tar UXP-714afc76f690ba11e77330e067e5bce486292831.tar.gz UXP-714afc76f690ba11e77330e067e5bce486292831.tar.lz UXP-714afc76f690ba11e77330e067e5bce486292831.tar.xz UXP-714afc76f690ba11e77330e067e5bce486292831.zip |
Merge branch 'master' into mailnews-work
Diffstat (limited to 'layout/tables/nsTableCellFrame.h')
-rw-r--r-- | layout/tables/nsTableCellFrame.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/layout/tables/nsTableCellFrame.h b/layout/tables/nsTableCellFrame.h index 240809850..5f87c5f6d 100644 --- a/layout/tables/nsTableCellFrame.h +++ b/layout/tables/nsTableCellFrame.h @@ -107,11 +107,6 @@ public: const nsRect& aDirtyRect, const nsDisplayListSet& aLists) override; - DrawResult PaintCellBackground(nsRenderingContext& aRenderingContext, - const nsRect& aDirtyRect, nsPoint aPt, - uint32_t aFlags); - - virtual nsresult ProcessBorders(nsTableFrame* aFrame, nsDisplayListBuilder* aBuilder, const nsDisplayListSet& aLists); |