mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
style: Remove ServoStyleSheet usage.
Bug: 1457920 Reviewed-by: xidorn MozReview-Commit-ID: LIBkovuQ6MB
This commit is contained in:
parent
9ed48952f5
commit
9d721072f5
5 changed files with 39 additions and 35 deletions
|
@ -237,7 +237,7 @@ pub trait ToCssWithGuard {
|
|||
#[cfg(feature = "gecko")]
|
||||
pub struct DeepCloneParams {
|
||||
/// The new sheet we're cloning rules into.
|
||||
pub reference_sheet: *const ::gecko_bindings::structs::ServoStyleSheet,
|
||||
pub reference_sheet: *const ::gecko_bindings::structs::StyleSheet,
|
||||
}
|
||||
|
||||
/// Parameters needed for deep clones.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue