mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:48:10 +00:00
LibWeb: Move background painting from Box to its own file
This makes the code accessible to things that aren't a Box, such as InlineNode.
This commit is contained in:
parent
b047c1bc97
commit
abc22b727c
5 changed files with 86 additions and 49 deletions
|
@ -141,8 +141,6 @@ protected:
|
|||
|
||||
virtual void did_set_rect() { }
|
||||
|
||||
void paint_background_image(PaintContext&, const Gfx::Bitmap&, CSS::Repeat, CSS::Repeat, Gfx::IntRect);
|
||||
|
||||
Vector<LineBox> m_line_boxes;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue