diff options
author | Nico Burns <nico@nicoburns.com> | 2025-03-12 13:02:12 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-12 00:02:12 +0000 |
commit | f527217bdc81faccbc599d7868123561c85441d5 (patch) | |
tree | ad9613497361c898de84c048fea7591ea00b90d7 /components/shared/script/lib.rs | |
parent | e4757534fe61c580615921ac8cdd4eb5a4a02e7a (diff) | |
download | servo-f527217bdc81faccbc599d7868123561c85441d5.tar.gz servo-f527217bdc81faccbc599d7868123561c85441d5.zip |
Use new stylo crate renames (#35898)
Signed-off-by: Nico Burns <nico@nicoburns.com>
Diffstat (limited to 'components/shared/script/lib.rs')
-rw-r--r-- | components/shared/script/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/shared/script/lib.rs b/components/shared/script/lib.rs index 4ca8cff66ad..20f830b5f29 100644 --- a/components/shared/script/lib.rs +++ b/components/shared/script/lib.rs @@ -49,9 +49,9 @@ use net_traits::{ReferrerPolicy, ResourceThreads}; use pixels::PixelFormat; use profile_traits::{mem, time as profile_time}; use serde::{Deserialize, Deserializer, Serialize, Serializer}; -use servo_atoms::Atom; use servo_url::{ImmutableOrigin, ServoUrl}; use style_traits::{CSSPixel, SpeculativePainter}; +use stylo_atoms::Atom; #[cfg(feature = "webgpu")] use webgpu::WebGPUMsg; use webrender_api::units::{DevicePixel, LayoutPixel}; |