mirror of
https://github.com/servo/servo.git
synced 2025-09-15 17:38:23 +01:00
style: Add a StylesheetLoader abstraction, and make it a no-op on Geckolib.
Servo doesn't compile at this stage.
This commit is contained in:
parent
444fef164e
commit
a42cfae153
9 changed files with 62 additions and 6 deletions
|
@ -25,6 +25,7 @@ macro_rules! stylesheet {
|
|||
ServoUrl::parse("http://localhost").unwrap(),
|
||||
Origin::$origin,
|
||||
Default::default(),
|
||||
None,
|
||||
$error_reporter,
|
||||
ParserContextExtraData::default()
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue