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