mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +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:
committed by
Alexander Kalenik
parent
628e1d9853
commit
8562b0e33b
@@ -122,6 +122,7 @@ void DisplayListPlayer::execute(DisplayList& display_list)
|
||||
else HANDLE_COMMAND(PaintScrollBar, paint_scrollbar)
|
||||
else HANDLE_COMMAND(PaintNestedDisplayList, paint_nested_display_list)
|
||||
else HANDLE_COMMAND(ApplyOpacity, apply_opacity)
|
||||
else HANDLE_COMMAND(ApplyFilters, apply_filters)
|
||||
else HANDLE_COMMAND(ApplyTransform, apply_transform)
|
||||
else HANDLE_COMMAND(ApplyMaskBitmap, apply_mask_bitmap)
|
||||
else VERIFY_NOT_REACHED();
|
||||
|
||||
Reference in New Issue
Block a user