mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:57:46 +00:00
LibWeb: Move hit testing to the painting tree
This commit is contained in:
parent
ba606d9057
commit
5779a910e5
18 changed files with 196 additions and 172 deletions
|
@ -41,6 +41,9 @@ private:
|
|||
Layout::InitialContainingBlock* layout_root();
|
||||
const Layout::InitialContainingBlock* layout_root() const;
|
||||
|
||||
Painting::PaintableBox* paint_root();
|
||||
Painting::PaintableBox const* paint_root() const;
|
||||
|
||||
HTML::BrowsingContext& m_browsing_context;
|
||||
|
||||
bool m_in_mouse_selection { false };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue