mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove the ConstellationControlMsg::ReflowComplete message.
This commit is contained in:
parent
2456ddf4ba
commit
9ad69586d1
3 changed files with 0 additions and 8 deletions
|
@ -118,8 +118,6 @@ pub enum ConstellationControlMsg {
|
|||
ExitPipeline(PipelineId, PipelineExitType),
|
||||
/// Sends a DOM event.
|
||||
SendEvent(PipelineId, CompositorEvent),
|
||||
/// Notifies script that reflow is finished.
|
||||
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