Index: Source/WebCore/rendering/RenderTableRow.cpp |
=================================================================== |
--- Source/WebCore/rendering/RenderTableRow.cpp (revision 145114) |
+++ Source/WebCore/rendering/RenderTableRow.cpp (working copy) |
@@ -219,7 +219,7 @@ |
LayoutPoint adjustedPaintOffset = paintOffset + location(); |
PaintPhase paintPhase = paintInfo.phase; |
if ((paintPhase == PaintPhaseOutline || paintPhase == PaintPhaseSelfOutline) && style()->visibility() == VISIBLE) |
- paintOutline(paintInfo.context, LayoutRect(adjustedPaintOffset, size())); |
+ paintOutline(paintInfo, LayoutRect(adjustedPaintOffset, size())); |
} |
void RenderTableRow::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset) |