Final steps

This commit is contained in:
GauriGNaik 2015-12-14 14:03:17 -05:00
parent 4143caaa57
commit 907322c666
7 changed files with 46 additions and 12 deletions

View file

@ -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.