mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-24 11:21:34 +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
|
@ -177,12 +177,6 @@ void DisplayListPlayerSkia::save(Save const&)
|
|||
canvas.save();
|
||||
}
|
||||
|
||||
void DisplayListPlayerSkia::save_layer(SaveLayer const&)
|
||||
{
|
||||
auto& canvas = surface().canvas();
|
||||
canvas.saveLayer(nullptr, nullptr);
|
||||
}
|
||||
|
||||
void DisplayListPlayerSkia::restore(Restore const&)
|
||||
{
|
||||
auto& canvas = surface().canvas();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue