Index: third_party/WebKit/Source/core/paint/TableCellPainter.h |
diff --git a/third_party/WebKit/Source/core/paint/TableCellPainter.h b/third_party/WebKit/Source/core/paint/TableCellPainter.h |
index a87c4b5909f40c1832ccc1004e4d3c462a214dfe..01970b9ae2dacea56bf48608e15459a1cbf04892 100644 |
--- a/third_party/WebKit/Source/core/paint/TableCellPainter.h |
+++ b/third_party/WebKit/Source/core/paint/TableCellPainter.h |
@@ -40,6 +40,7 @@ class TableCellPainter { |
private: |
const DisplayItemClient& displayItemClientForBorders() const; |
+ const DisplayItemClient& displayItemClientForBackground() const; |
LayoutRect paintRectNotIncludingVisualOverflow( |
const LayoutPoint& paintOffset); |
void paintBackground(const PaintInfo&, |