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 7eb7374cfdafb15473b0040e58176f450f3e9cb4..bf51aa7ff357791e1f2c17941327ad3a972c83d8 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutTableCell.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutTableCell.h |
@@ -350,6 +350,8 @@ class CORE_EXPORT LayoutTableCell final : public LayoutBlockFlow { |
void ensureIsReadyForPaintInvalidation() override; |
+ bool hasLineIfEmpty() const override; |
+ |
protected: |
void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override; |
void computePreferredLogicalWidths() override; |