LibWeb: Remove ClippableAndScrollable mixin

Initially ClippableAndScrollable was introduced, because we had
PaintableBox and InlinePaintable and both wanted to share clipping and
scrolling logic. Now, when InlinePaintable is gone, we could inline
ClippableAndScrollable implementation into PaintableBox.
This commit is contained in:
Aliaksandr Kalenik 2025-07-07 19:17:19 +02:00 committed by Alexander Kalenik
commit 5a874cc62a
Notes: github-actions[bot] 2025-07-07 20:06:47 +00:00
6 changed files with 95 additions and 136 deletions

View file

@ -707,7 +707,6 @@ set(SOURCES
Painting/CanvasPaintable.cpp
Painting/CheckBoxPaintable.cpp
Painting/ClipFrame.cpp
Painting/ClippableAndScrollable.cpp
Painting/Command.cpp
Painting/DisplayList.cpp
Painting/DisplayListPlayerSkia.cpp