diff options
Diffstat (limited to 'Libraries/LibWeb/Painting/StackingContext.h')
-rw-r--r-- | Libraries/LibWeb/Painting/StackingContext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibWeb/Painting/StackingContext.h b/Libraries/LibWeb/Painting/StackingContext.h index 72751a198a..f817a5ff67 100644 --- a/Libraries/LibWeb/Painting/StackingContext.h +++ b/Libraries/LibWeb/Painting/StackingContext.h @@ -41,6 +41,7 @@ public: const StackingContext* parent() const { return m_parent; } void paint(PaintContext&, LayoutNode::PaintPhase); + HitTestResult hit_test(const Gfx::IntPoint&) const; void dump(int indent = 0) const; |