diff options
Diffstat (limited to 'Libraries/LibWeb/Layout/LayoutTableCell.h')
-rw-r--r-- | Libraries/LibWeb/Layout/LayoutTableCell.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibWeb/Layout/LayoutTableCell.h b/Libraries/LibWeb/Layout/LayoutTableCell.h index 58be077b19..3edf83352a 100644 --- a/Libraries/LibWeb/Layout/LayoutTableCell.h +++ b/Libraries/LibWeb/Layout/LayoutTableCell.h @@ -43,6 +43,7 @@ public: private: virtual bool is_table_cell() const override { return true; } virtual const char* class_name() const override { return "LayoutTableCell"; } + virtual float width_of_logical_containing_block() const override; }; template<> |