summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/layout/layout_table_cell.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/layout/layout_table_cell.h')
-rw-r--r--chromium/third_party/blink/renderer/core/layout/layout_table_cell.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/core/layout/layout_table_cell.h b/chromium/third_party/blink/renderer/core/layout/layout_table_cell.h
index cd9a057af30..b2f2dd196e5 100644
--- a/chromium/third_party/blink/renderer/core/layout/layout_table_cell.h
+++ b/chromium/third_party/blink/renderer/core/layout/layout_table_cell.h
@@ -363,9 +363,10 @@ class CORE_EXPORT LayoutTableCell : public LayoutBlockFlow,
// LayoutNGTableCellInterface implementation end.
+ MinMaxSizes PreferredLogicalWidths() const override;
+
protected:
void StyleDidChange(StyleDifference, const ComputedStyle* old_style) override;
- void ComputePreferredLogicalWidths() override;
void InvalidatePaint(const PaintInvalidatorContext&) const override;