From 28d7c2dca806301ad324a49da290dc236d384b44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Mon, 8 Aug 2016 12:00:14 -0700 Subject: layout: Take into account the client point for fixed positioned stacking contexts. --- components/script_layout_interface/message.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/script_layout_interface/message.rs') diff --git a/components/script_layout_interface/message.rs b/components/script_layout_interface/message.rs index 14580be4881..5d16aeffb0a 100644 --- a/components/script_layout_interface/message.rs +++ b/components/script_layout_interface/message.rs @@ -98,7 +98,7 @@ pub enum ReflowQueryType { ContentBoxQuery(TrustedNodeAddress), ContentBoxesQuery(TrustedNodeAddress), NodeOverflowQuery(TrustedNodeAddress), - HitTestQuery(Point2D, bool), + HitTestQuery(Point2D, Point2D, bool), NodeGeometryQuery(TrustedNodeAddress), NodeLayerIdQuery(TrustedNodeAddress), NodeScrollGeometryQuery(TrustedNodeAddress), -- cgit v1.2.3