diff options
Diffstat (limited to 'components/shared/compositing')
-rw-r--r-- | components/shared/compositing/constellation_msg.rs | 2 | ||||
-rw-r--r-- | components/shared/compositing/lib.rs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/components/shared/compositing/constellation_msg.rs b/components/shared/compositing/constellation_msg.rs index dbf1f75b979..a07b943d7e6 100644 --- a/components/shared/compositing/constellation_msg.rs +++ b/components/shared/compositing/constellation_msg.rs @@ -6,8 +6,8 @@ use std::collections::HashMap; use std::fmt; use std::time::Duration; -use base::id::{BrowsingContextId, PipelineId, TopLevelBrowsingContextId, WebViewId}; use base::Epoch; +use base::id::{BrowsingContextId, PipelineId, TopLevelBrowsingContextId, WebViewId}; use embedder_traits::{ Cursor, InputEvent, MediaSessionActionType, Theme, TraversalDirection, WebDriverCommandMsg, }; diff --git a/components/shared/compositing/lib.rs b/components/shared/compositing/lib.rs index 38390ecef31..29700c0f1dc 100644 --- a/components/shared/compositing/lib.rs +++ b/components/shared/compositing/lib.rs @@ -8,8 +8,8 @@ mod constellation_msg; use std::fmt::{Debug, Error, Formatter}; -use base::id::{PipelineId, TopLevelBrowsingContextId}; use base::Epoch; +use base::id::{PipelineId, TopLevelBrowsingContextId}; pub use constellation_msg::ConstellationMsg; use crossbeam_channel::{Receiver, Sender}; use embedder_traits::{EventLoopWaker, MouseButton, MouseButtonAction}; |