aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/query.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/layout/query.rs')
-rw-r--r--components/layout/query.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/layout/query.rs b/components/layout/query.rs
index 476a68afafe..da10696ec29 100644
--- a/components/layout/query.rs
+++ b/components/layout/query.rs
@@ -81,8 +81,8 @@ pub struct LayoutThreadData {
/// A queued response for the offset parent/rect of a node.
pub margin_style_response: MarginStyleResponse,
- /// Scroll offsets of stacking contexts. This will only be populated if WebRender is in use.
- pub stacking_context_scroll_offsets: ScrollOffsetMap,
+ /// Scroll offsets of scrolling regions.
+ pub scroll_offsets: ScrollOffsetMap,
/// Index in a text fragment. We need this do determine the insertion point.
pub text_index_response: TextIndexResponse,