Oriol Brufau 2024-03-30 14:30:13 +01:00 committed by GitHub
parent a7ad92d9a3
commit fff9ef87e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
48 changed files with 97 additions and 181 deletions

View file

@ -16,7 +16,6 @@ xr-profile = ["webxr-api/profile", "time"]
[dependencies]
crossbeam-channel = { workspace = true }
cssparser = { workspace = true }
euclid = { workspace = true }
ipc-channel = { workspace = true }
lazy_static = { workspace = true }

View file

@ -5,12 +5,12 @@
use std::default::Default;
use std::str::FromStr;
use cssparser::RgbaLegacy;
use euclid::default::{Point2D, Rect, Size2D, Transform2D};
use ipc_channel::ipc::{IpcBytesReceiver, IpcBytesSender, IpcSender, IpcSharedMemory};
use malloc_size_of_derive::MallocSizeOf;
use serde::{Deserialize, Serialize};
use serde_bytes::ByteBuf;
use style::color::parsing::RgbaLegacy;
use style::properties::style_structs::Font as FontStyleStruct;
use webrender_api::ImageKey;

View file

@ -441,7 +441,6 @@ pub trait ThreadSafeLayoutElement<'dom>:
&style_pseudo,
RuleInclusion::All,
data.styles.primary(),
data.styles.primary(),
/* is_probe = */ false,
/* matching_func = */ None,
)