Index: Source/core/rendering/RenderTable.cpp |
diff --git a/Source/core/rendering/RenderTable.cpp b/Source/core/rendering/RenderTable.cpp |
index 33e801675d0e1de0020b35ac2da4b8a3ab581aeb..64dfee150b18d3092b496ff14e326ac517153556 100644 |
--- a/Source/core/rendering/RenderTable.cpp |
+++ b/Source/core/rendering/RenderTable.cpp |
@@ -734,15 +734,6 @@ void RenderTable::paintBoxDecorations(PaintInfo& paintInfo, const LayoutPoint& p |
paintBoxDecorationsWithRect(paintInfo, paintOffset, rect); |
} |
-void RenderTable::paintBackgroundWithBorderAndBoxShadow(PaintInfo& paintInfo, const LayoutRect& rect, BackgroundBleedAvoidance bleedAvoidance) |
-{ |
- paintBackground(paintInfo, rect, bleedAvoidance); |
- paintBoxShadow(paintInfo, rect, style(), Inset); |
- |
- if (bleedAvoidance != BackgroundBleedBackgroundOverBorder && !style()->hasAppearance() && style()->hasBorder() && !collapseBorders()) |
- paintBorder(paintInfo, rect, style()); |
-} |
- |
void RenderTable::paintMask(PaintInfo& paintInfo, const LayoutPoint& paintOffset) |
{ |
if (style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseMask) |