aboutsummaryrefslogtreecommitdiffstats
path: root/components/msg
diff options
context:
space:
mode:
Diffstat (limited to 'components/msg')
-rw-r--r--components/msg/constellation_msg.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/components/msg/constellation_msg.rs b/components/msg/constellation_msg.rs
index aa61491afa5..ac84186b10c 100644
--- a/components/msg/constellation_msg.rs
+++ b/components/msg/constellation_msg.rs
@@ -122,17 +122,9 @@ impl PipelineId {
}
}
- pub fn root_scroll_node(&self) -> webrender_api::SpatialId {
- webrender_api::SpatialId::root_scroll_node(self.to_webrender())
- }
-
pub fn root_scroll_id(&self) -> webrender_api::ExternalScrollId {
webrender_api::ExternalScrollId(0, self.to_webrender())
}
-
- pub fn root_clip_node(&self) -> webrender_api::ClipId {
- webrender_api::ClipId::root(self.to_webrender())
- }
}
impl fmt::Display for PipelineId {