mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +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
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue