mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:27:46 +00:00
LibWeb/Painting: Remove redundant 'Painting::' namespace prefixes
This commit is contained in:
parent
36d35c9c82
commit
352da3623b
5 changed files with 25 additions and 25 deletions
|
@ -28,7 +28,7 @@ enum class PaintPhase {
|
|||
};
|
||||
|
||||
struct HitTestResult {
|
||||
JS::Handle<Painting::Paintable> paintable;
|
||||
JS::Handle<Paintable> paintable;
|
||||
int index_in_node { 0 };
|
||||
|
||||
enum InternalPosition {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue