From cfcc94ded094569be21a8cf8d8119f3e87842db7 Mon Sep 17 00:00:00 2001 From: Alan Jeffrey Date: Tue, 19 Feb 2019 15:15:36 -0600 Subject: [PATCH] Add comment that compositor can block on layout --- components/constellation/constellation.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/components/constellation/constellation.rs b/components/constellation/constellation.rs index 17918cb13a06..570c41809b1c 100644 --- a/components/constellation/constellation.rs +++ b/components/constellation/constellation.rs @@ -73,6 +73,7 @@ //! * Constellation can block on compositor //! * Constellation can block on embedder //! * Constellation can block on layout +//! * Compositor can block on canvas (issue #22914) //! * Script can block on anything (other than script) //! * Blocking is transitive (if T1 can block on T2 and T2 can block on T3 then T1 can block on T3) //! * Nothing can block on itself!