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