Index: Source/core/rendering/RenderTable.cpp |
diff --git a/Source/core/rendering/RenderTable.cpp b/Source/core/rendering/RenderTable.cpp |
index 61cd01418453dacb09f5671996d93e52263b29d8..46b34420f4c49955b0652117aaf17d0d420d2b42 100644 |
--- a/Source/core/rendering/RenderTable.cpp |
+++ b/Source/core/rendering/RenderTable.cpp |
@@ -733,15 +733,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) |