LibWeb: Rename Command to DisplayListCommand

Gives name more consistent with other display list related classes.
This commit is contained in:
Aliaksandr Kalenik 2025-08-01 04:22:53 +02:00 committed by Alexander Kalenik
parent 61114f6d16
commit b265618bfb
Notes: github-actions[bot] 2025-08-01 09:27:42 +00:00
7 changed files with 14 additions and 14 deletions

View file

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