mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 03:29:49 +00:00
LibWeb/Painting: Add back SaveLayer
command
This reverts commit 552dd18696
.
This commit is contained in:
parent
3131e6369f
commit
6906f1722a
Notes:
github-actions[bot]
2025-04-01 11:39:10 +00:00
Author: https://github.com/skyz1
Commit: 6906f1722a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4150
7 changed files with 17 additions and 0 deletions
|
@ -40,6 +40,7 @@ private:
|
|||
virtual void draw_scaled_immutable_bitmap(DrawScaledImmutableBitmap const&) = 0;
|
||||
virtual void draw_repeated_immutable_bitmap(DrawRepeatedImmutableBitmap const&) = 0;
|
||||
virtual void save(Save const&) = 0;
|
||||
virtual void save_layer(SaveLayer const&) = 0;
|
||||
virtual void restore(Restore const&) = 0;
|
||||
virtual void translate(Translate const&) = 0;
|
||||
virtual void add_clip_rect(AddClipRect const&) = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue