Use u32 for reflow ids.

This commit is contained in:
Ms2ger 2015-03-27 17:04:41 +01:00
parent 6f05750956
commit 54c006d159
4 changed files with 6 additions and 6 deletions

View file

@ -61,7 +61,7 @@ pub enum ConstellationControlMsg {
/// Sends a DOM event.
SendEvent(PipelineId, CompositorEvent),
/// Notifies script that reflow is finished.
ReflowComplete(PipelineId, uint),
ReflowComplete(PipelineId, u32),
/// Notifies script of the viewport.
Viewport(PipelineId, Rect<f32>),
/// Requests that the script task immediately send the constellation the title of a pipeline.