forked from SerenityOS/serenity
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LibWeb: Pass whole command by reference into painting command executor
Now after making a change in a painting command we could avoid updating method's parameters list across 3 classes.
- Loading branch information
1 parent
8988dce
commit e8ab217
Showing
6 changed files
with
318 additions
and
345 deletions.
There are no files selected for viewing
216 changes: 108 additions & 108 deletions
216
Userland/Libraries/LibWeb/Painting/CommandExecutorCPU.cpp
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.