diff options
Diffstat (limited to 'components/shared/compositing/constellation_msg.rs')
-rw-r--r-- | components/shared/compositing/constellation_msg.rs | 2 |
1 files changed, 1 insertions, 1 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, }; |