mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
parent
7a5f15f137
commit
1ae3bda172
17 changed files with 154 additions and 196 deletions
|
@ -29,6 +29,9 @@ pub enum Msg {
|
|||
/// Adds the given stylesheet to the document.
|
||||
AddStylesheetMsg(Stylesheet),
|
||||
|
||||
/// Adds the given stylesheet to the document.
|
||||
LoadStylesheetMsg(Url),
|
||||
|
||||
/// Requests a reflow.
|
||||
ReflowMsg(Box<Reflow>),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue