LibWeb/Painting: Add back SaveLayer command

This reverts commit 552dd18696.
This commit is contained in:
Glenn Skrzypczak 2025-03-29 23:12:11 +01:00 committed by Alexander Kalenik
commit 6906f1722a
Notes: github-actions[bot] 2025-04-01 11:39:10 +00:00
7 changed files with 17 additions and 0 deletions

View file

@ -28,6 +28,7 @@ private:
void draw_repeated_immutable_bitmap(DrawRepeatedImmutableBitmap const&) override;
void add_clip_rect(AddClipRect const&) override;
void save(Save const&) override;
void save_layer(SaveLayer const&) override;
void restore(Restore const&) override;
void translate(Translate const&) override;
void push_stacking_context(PushStackingContext const&) override;