diff options
Diffstat (limited to 'Libraries/LibHTML/Layout/LayoutBox.cpp')
-rw-r--r-- | Libraries/LibHTML/Layout/LayoutBox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Libraries/LibHTML/Layout/LayoutBox.cpp b/Libraries/LibHTML/Layout/LayoutBox.cpp index b376b86801..4cb3ae5cae 100644 --- a/Libraries/LibHTML/Layout/LayoutBox.cpp +++ b/Libraries/LibHTML/Layout/LayoutBox.cpp @@ -207,7 +207,7 @@ void LayoutBox::render(RenderingContext& context) LayoutNodeWithStyleAndBoxModelMetrics::render(context); } -HitTestResult LayoutBox::hit_test(const Point& position) const +HitTestResult LayoutBox::hit_test(const Gfx::Point& position) const { // FIXME: It would be nice if we could confidently skip over hit testing // parts of the layout tree, but currently we can't just check |