mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-30 14:20:21 +00:00
LibWeb: Migrate CSS filter application to new ApplyFilters command
This helps reuse this code in other areas, such as for filters for SVGs
This commit is contained in:
parent
628e1d9853
commit
8562b0e33b
Notes:
github-actions[bot]
2024-11-23 19:22:17 +00:00
Author: https://github.com/gotlougit
Commit: 8562b0e33b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2248
Reviewed-by: https://github.com/gmta
Reviewed-by: https://github.com/kalenikaliaksandr
Reviewed-by: https://github.com/konradekk
8 changed files with 53 additions and 31 deletions
|
@ -63,6 +63,7 @@ private:
|
|||
void paint_scrollbar(PaintScrollBar const&) override;
|
||||
void paint_nested_display_list(PaintNestedDisplayList const&) override;
|
||||
void apply_opacity(ApplyOpacity const&) override;
|
||||
void apply_filters(ApplyFilters const&) override;
|
||||
void apply_transform(ApplyTransform const&) override;
|
||||
void apply_mask_bitmap(ApplyMaskBitmap const&) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue