mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:27: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
|
@ -80,11 +80,6 @@ bool Node::establishes_stacking_context() const
|
|||
return computed_values().opacity() < 1.0f;
|
||||
}
|
||||
|
||||
HitTestResult Node::hit_test(Gfx::IntPoint const&, HitTestType) const
|
||||
{
|
||||
VERIFY_NOT_REACHED();
|
||||
}
|
||||
|
||||
HTML::BrowsingContext const& Node::browsing_context() const
|
||||
{
|
||||
VERIFY(document().browsing_context());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue