LibWeb: Pass border radii data to shadow painting

This is not used yet, but will be needed for painting shadows on
elements that have a border-radius.
This commit is contained in:
MacDue 2022-06-20 12:09:11 +01:00 committed by Linus Groh
commit 08baeb1e7d
Notes: sideshowbarker 2024-07-17 10:01:22 +09:00
5 changed files with 8 additions and 4 deletions

View file

@ -302,6 +302,7 @@ class PaintableWithLines;
class StackingContext;
class TextPaintable;
struct BorderRadiusData;
struct BorderRadiiData;
}
namespace Web::RequestIdleCallback {