mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Use u32 for reflow ids.
This commit is contained in:
parent
6f05750956
commit
54c006d159
4 changed files with 6 additions and 6 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue