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 b3e19d786f2eb43479b3d3488a8644035bc46268..7b45cc8167568289b2aab59a840b1ef4c22933fc 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutTableCell.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutTableCell.h |
@@ -281,6 +281,10 @@ public: |
}; |
const CollapsedBorderValues* collapsedBorderValues() const { return m_collapsedBorderValues.get(); } |
+ LayoutRect debugRect() const override; |
+ |
+ void adjustChildDebugRect(LayoutRect&) const override; |
+ |
protected: |
void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override; |
void computePreferredLogicalWidths() override; |