mirror of
https://github.com/servo/servo.git
synced 2025-06-17 04:44:28 +00:00
Final steps
This commit is contained in:
parent
4143caaa57
commit
907322c666
7 changed files with 46 additions and 12 deletions
|
@ -144,7 +144,7 @@ pub enum ConstellationControlMsg {
|
|||
parent: PipelineId
|
||||
},
|
||||
/// Report an error from a CSS parser for the given pipeline
|
||||
ReportCSSError(PipelineId, String, usize, usize, String),
|
||||
ReportCSSError(PipelineId, String, u32, u32, String),
|
||||
}
|
||||
|
||||
/// The type of input represented by a multi-touch event.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue