Remove the ConstellationControlMsg::ReflowComplete message.

This commit is contained in:
Ms2ger 2015-10-22 16:06:54 +02:00
parent 2456ddf4ba
commit 9ad69586d1
3 changed files with 0 additions and 8 deletions

View file

@ -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.