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..2ca017d5ec6f6e5d7df76012a3b82d29d9a181ba 100644 |
--- a/third_party/WebKit/Source/core/paint/TableCellPainter.h |
+++ b/third_party/WebKit/Source/core/paint/TableCellPainter.h |
@@ -39,6 +39,8 @@ class TableCellPainter { |
void paintMask(const PaintInfo&, const LayoutPoint& paintOffset); |
private: |
+ const DisplayItemClient& displayItemClientForBackground( |
+ const LayoutObject& backgroundObject) const; |
const DisplayItemClient& displayItemClientForBorders() const; |
LayoutRect paintRectNotIncludingVisualOverflow( |
const LayoutPoint& paintOffset); |