diff options
Diffstat (limited to 'components/shared/msg/constellation_msg.rs')
-rw-r--r-- | components/shared/msg/constellation_msg.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/components/shared/msg/constellation_msg.rs b/components/shared/msg/constellation_msg.rs index 46c947de67b..45f43b612b7 100644 --- a/components/shared/msg/constellation_msg.rs +++ b/components/shared/msg/constellation_msg.rs @@ -459,7 +459,6 @@ pub enum LayoutHangAnnotation { Reflow, GetRPC, CollectReports, - PrepareToExit, ExitNow, GetCurrentEpoch, GetWebFontLoadState, @@ -468,7 +467,6 @@ pub enum LayoutHangAnnotation { SetScrollStates, UpdateScrollStateFromScript, RegisterPaint, - SetNavigationStart, } #[derive(Clone, Copy, Debug, Deserialize, Serialize)] @@ -611,7 +609,6 @@ impl fmt::Debug for HangProfile { #[derive(Clone, Debug, Deserialize, Eq, Hash, PartialEq, Serialize)] pub enum MonitoredComponentType { - Layout, Script, } |