Index: WebCore/rendering/RenderTableCell.cpp |
=================================================================== |
--- WebCore/rendering/RenderTableCell.cpp (revision 37126) |
+++ WebCore/rendering/RenderTableCell.cpp (working copy) |
@@ -831,7 +831,7 @@ |
paintInfo.context->save(); |
paintInfo.context->clip(clipRect); |
} |
- paintFillLayers(paintInfo, c, bgLayer, tx, ty, w, h); |
+ paintFillLayers(paintInfo, c, bgLayer, tx, ty, w, h, CompositeSourceOver, backgroundObject); |
if (shouldClip) |
paintInfo.context->restore(); |
} |