Revert "LibWeb/Painting: Add SaveLayer command"

This reverts commit 1898643ba4.
This commit is contained in:
Aliaksandr Kalenik 2025-03-28 13:47:33 +00:00 committed by Alexander Kalenik
commit 1229328adc
Notes: github-actions[bot] 2025-03-28 16:48:59 +00:00
7 changed files with 0 additions and 17 deletions

View file

@ -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();