From 3061f83a4957e4defecb7dc4ebf172baa84f7df0 Mon Sep 17 00:00:00 2001 From: wolfbeast Date: Sat, 2 Nov 2019 23:07:40 +0100 Subject: Issue mcp-graveyard/UXP#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. --- layout/tables/moz.build | 1 - 1 file changed, 1 deletion(-) (limited to 'layout/tables/moz.build') diff --git a/layout/tables/moz.build b/layout/tables/moz.build index b777763202..e28e21ee0a 100644 --- a/layout/tables/moz.build +++ b/layout/tables/moz.build @@ -21,7 +21,6 @@ UNIFIED_SOURCES += [ 'nsTableColFrame.cpp', 'nsTableColGroupFrame.cpp', 'nsTableFrame.cpp', - 'nsTablePainter.cpp', 'nsTableRowFrame.cpp', 'nsTableRowGroupFrame.cpp', 'nsTableWrapperFrame.cpp', -- cgit v1.2.3