mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:37:34 +00:00
LibWeb: Make PaintableBox::normalized_border_radii_data() protected
This method is needed in subclasses of PaintableBox to do border-radius clipping.
This commit is contained in:
parent
51899751d7
commit
5b6abfadfd
1 changed files with 1 additions and 1 deletions
|
@ -129,9 +129,9 @@ protected:
|
|||
|
||||
virtual Gfx::FloatRect compute_absolute_rect() const;
|
||||
|
||||
private:
|
||||
Painting::BorderRadiiData normalized_border_radii_data() const;
|
||||
|
||||
private:
|
||||
OwnPtr<Painting::StackingContext> m_stacking_context;
|
||||
|
||||
Optional<Gfx::FloatRect> mutable m_absolute_rect;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue