mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb: Rename Command to DisplayListCommand
Gives name more consistent with other display list related classes.
This commit is contained in:
parent
61114f6d16
commit
b265618bfb
Notes:
github-actions[bot]
2025-08-01 09:27:42 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: b265618bfb
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5669
Reviewed-by: https://github.com/gmta
7 changed files with 14 additions and 14 deletions
|
|
@ -7,8 +7,8 @@
|
|||
#pragma once
|
||||
|
||||
#include <LibGfx/SkiaBackendContext.h>
|
||||
#include <LibWeb/Painting/Command.h>
|
||||
#include <LibWeb/Painting/DisplayList.h>
|
||||
#include <LibWeb/Painting/DisplayListCommand.h>
|
||||
#include <LibWeb/Painting/DisplayListRecorder.h>
|
||||
|
||||
class GrDirectContext;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue