mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:47:45 +00:00
LibWeb/Painting: Introduce PaintingCommandExecutor
Decoupling painting command executor from RecordingPainter allows to introduce painters other than CPU Gfx::Painter :)
This commit is contained in:
parent
1682e46df9
commit
f915aa70cd
8 changed files with 627 additions and 477 deletions
|
@ -486,6 +486,7 @@ set(SOURCES
|
|||
Painting/PaintContext.cpp
|
||||
Painting/Paintable.cpp
|
||||
Painting/PaintableBox.cpp
|
||||
Painting/PaintingCommandExecutorCPU.cpp
|
||||
Painting/ProgressPaintable.cpp
|
||||
Painting/RadioButtonPaintable.cpp
|
||||
Painting/RecordingPainter.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue