mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 11:39:43 +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
|
@ -76,6 +76,7 @@ private:
|
|||
virtual void paint_nested_display_list(PaintNestedDisplayList const&) = 0;
|
||||
virtual void paint_scrollbar(PaintScrollBar const&) = 0;
|
||||
virtual void apply_opacity(ApplyOpacity const&) = 0;
|
||||
virtual void apply_filters(ApplyFilters const&) = 0;
|
||||
virtual void apply_transform(ApplyTransform const&) = 0;
|
||||
virtual void apply_mask_bitmap(ApplyMaskBitmap const&) = 0;
|
||||
virtual bool would_be_fully_clipped_by_painter(Gfx::IntRect) const = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue