summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/layout/layout_table_section.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/layout/layout_table_section.h')
-rw-r--r--chromium/third_party/blink/renderer/core/layout/layout_table_section.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/chromium/third_party/blink/renderer/core/layout/layout_table_section.h b/chromium/third_party/blink/renderer/core/layout/layout_table_section.h
index 4bab95705be..2e3495ce6e3 100644
--- a/chromium/third_party/blink/renderer/core/layout/layout_table_section.h
+++ b/chromium/third_party/blink/renderer/core/layout/layout_table_section.h
@@ -336,6 +336,11 @@ class CORE_EXPORT LayoutTableSection final
HitTestAction) override;
private:
+ MinMaxSizes ComputeIntrinsicLogicalWidths() const final {
+ NOTREACHED();
+ return MinMaxSizes();
+ }
+
void ComputeVisualOverflowFromDescendants();
bool IsOfType(LayoutObjectType type) const override {
@@ -421,8 +426,6 @@ class CORE_EXPORT LayoutTableSection final
// avoid any repeating headers in its table or ancestor tables.
int OffsetForRepeatedHeader() const;
- bool PaintedOutputOfObjectHasNoEffectRegardlessOfSize() const override;
-
bool HeaderGroupShouldRepeat() const {
return Table()->Header() == this && GroupShouldRepeat();
}