1
Fork 0
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:
Linus Groh 2023-04-20 16:02:29 +01:00 committed by Andreas Kling
parent 36d35c9c82
commit 352da3623b
5 changed files with 25 additions and 25 deletions

View file

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