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

@ -846,7 +846,7 @@ impl ScriptTask {
}
/// Handles a notification that reflow completed.
fn handle_reflow_complete_msg(&self, pipeline_id: PipelineId, reflow_id: uint) {
fn handle_reflow_complete_msg(&self, pipeline_id: PipelineId, reflow_id: u32) {
debug!("Script: Reflow {:?} complete for {:?}", reflow_id, pipeline_id);
let page = self.root_page();
let page = page.find(pipeline_id).expect(