LibWeb: Rename PaintableBox::clip_rect()

This commit is contained in:
Aliaksandr Kalenik 2023-03-19 20:28:30 +03:00 committed by Andreas Kling
commit dcc4868a3c
Notes: sideshowbarker 2024-07-17 09:39:38 +09:00
2 changed files with 4 additions and 4 deletions

View file

@ -98,7 +98,7 @@ public:
return m_overflow_data->scrollable_overflow_rect;
}
Optional<CSSPixelRect> clip_rect() const;
Optional<CSSPixelRect> calculate_overflow_clipped_rect() const;
void set_overflow_data(Optional<OverflowData> data) { m_overflow_data = move(data); }
void set_containing_line_box_fragment(Optional<Layout::LineBoxFragmentCoordinate>);