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 ff3111bd15fcd599cef03a99b95b14689e416cb9..6a814e49af1c4e5b43c03280d2c12b2bfe1be129 100644 |
--- a/third_party/WebKit/Source/core/paint/TableCellPainter.h |
+++ b/third_party/WebKit/Source/core/paint/TableCellPainter.h |
@@ -37,11 +37,6 @@ public: |
LayoutRect paintBounds(const LayoutPoint& paintOffset, PaintBoundOffsetBehavior); |
private: |
- const CollapsedBorderValue& cachedCollapsedLeftBorder(const ComputedStyle&) const; |
- const CollapsedBorderValue& cachedCollapsedRightBorder(const ComputedStyle&) const; |
- const CollapsedBorderValue& cachedCollapsedTopBorder(const ComputedStyle&) const; |
- const CollapsedBorderValue& cachedCollapsedBottomBorder(const ComputedStyle&) const; |
- |
const LayoutTableCell& m_layoutTableCell; |
}; |