aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_traits
diff options
context:
space:
mode:
Diffstat (limited to 'components/script_traits')
-rw-r--r--components/script_traits/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script_traits/lib.rs b/components/script_traits/lib.rs
index 8aa32cdcaae..eda5cf1b459 100644
--- a/components/script_traits/lib.rs
+++ b/components/script_traits/lib.rs
@@ -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.