mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
stylo: Switch Gecko over to ServoStyleContext
This commit is contained in:
parent
74519cc1a7
commit
89930e7565
19 changed files with 4479 additions and 2353 deletions
|
@ -166,6 +166,9 @@ impl PseudoElement {
|
|||
pub fn canonical(&self) -> PseudoElement {
|
||||
self.clone()
|
||||
}
|
||||
|
||||
/// Stub, only Gecko needs this
|
||||
pub fn pseudo_info(&self) -> () { () }
|
||||
}
|
||||
|
||||
/// The type used for storing pseudo-class string arguments.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue