mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 04:52:23 +00:00
Revert "LibWeb/Painting: Add SaveLayer
command"
This reverts commit 1898643ba4
.
This commit is contained in:
parent
552dd18696
commit
1229328adc
Notes:
github-actions[bot]
2025-03-28 16:48:59 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: 1229328adc
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4141
7 changed files with 0 additions and 17 deletions
|
@ -100,7 +100,6 @@ struct DrawRepeatedImmutableBitmap {
|
|||
};
|
||||
|
||||
struct Save { };
|
||||
struct SaveLayer { };
|
||||
struct Restore { };
|
||||
|
||||
struct Translate {
|
||||
|
@ -454,7 +453,6 @@ using Command = Variant<
|
|||
DrawScaledImmutableBitmap,
|
||||
DrawRepeatedImmutableBitmap,
|
||||
Save,
|
||||
SaveLayer,
|
||||
Restore,
|
||||
Translate,
|
||||
AddClipRect,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue