| Index: Source/core/paint/TableRowPainter.cpp
|
| diff --git a/Source/core/paint/TableRowPainter.cpp b/Source/core/paint/TableRowPainter.cpp
|
| index 1d3349c2585bf339aa19da3771ae7bccb92afe3a..e361e4aeca3149775ce430e7dd3f476014afe9bc 100644
|
| --- a/Source/core/paint/TableRowPainter.cpp
|
| +++ b/Source/core/paint/TableRowPainter.cpp
|
| @@ -7,7 +7,6 @@
|
|
|
| #include "core/layout/LayoutTableCell.h"
|
| #include "core/layout/LayoutTableRow.h"
|
| -#include "core/paint/GraphicsContextAnnotator.h"
|
| #include "core/paint/LayoutObjectDrawingRecorder.h"
|
| #include "core/paint/ObjectPainter.h"
|
| #include "core/paint/PaintInfo.h"
|
| @@ -18,7 +17,6 @@ namespace blink {
|
| void TableRowPainter::paint(const PaintInfo& paintInfo, const LayoutPoint& paintOffset)
|
| {
|
| ASSERT(m_layoutTableRow.hasSelfPaintingLayer());
|
| - ANNOTATE_GRAPHICS_CONTEXT(paintInfo, &m_layoutTableRow);
|
|
|
| paintOutlineForRowIfNeeded(paintInfo, paintOffset);
|
| for (LayoutTableCell* cell = m_layoutTableRow.firstCell(); cell; cell = cell->nextCell()) {
|
|
|