mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-03 14:50:02 +00:00
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:
parent
d5e41f1f72
commit
5a874cc62a
Notes:
github-actions[bot]
2025-07-07 20:06:47 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: 5a874cc62a
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5342
6 changed files with 95 additions and 136 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue