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

@ -115,7 +115,7 @@ pub struct Reflow {
/// The channel that we send a notification to.
pub script_join_chan: Sender<()>,
/// Unique identifier
pub id: uint,
pub id: u32,
/// The type of query if any to perform during this reflow.
pub query_type: ReflowQueryType,
/// A clipping rectangle for the page, an enlarged rectangle containing the viewport.