Index: third_party/WebKit/Source/core/layout/LayoutTableCell.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutTableCell.h b/third_party/WebKit/Source/core/layout/LayoutTableCell.h |
index dba8984719783fabf6ad0eaa1d179d88565b762b..0eccd0c95a10cff3ff69aad9254d2105d9120933 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutTableCell.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutTableCell.h |
@@ -301,7 +301,6 @@ private: |
LayoutSize offsetFromContainer(const LayoutObject*) const override; |
LayoutRect localOverflowRectForPaintInvalidation() const override; |
- bool mapToVisualRectInAncestorSpace(const LayoutBoxModelObject* ancestor, LayoutRect&, VisualRectFlags = DefaultVisualRectFlags) const override; |
int borderHalfLeft(bool outer) const; |
int borderHalfRight(bool outer) const; |