diff options
author | Ms2ger <Ms2ger@gmail.com> | 2016-10-18 15:12:44 +0200 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2016-10-21 12:49:16 +0200 |
commit | e97f06800ecff47e0c5da1aea89f18090389dc42 (patch) | |
tree | f49f7694b6b93b1bdbad25a90defa5212c4891b6 /components/script_traits/script_msg.rs | |
parent | bb271ef4afea02b6b1b5d207e773d1fedccd2906 (diff) | |
download | servo-e97f06800ecff47e0c5da1aea89f18090389dc42.tar.gz servo-e97f06800ecff47e0c5da1aea89f18090389dc42.zip |
Move LoadData to script_traits.
Diffstat (limited to 'components/script_traits/script_msg.rs')
-rw-r--r-- | components/script_traits/script_msg.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/script_traits/script_msg.rs b/components/script_traits/script_msg.rs index a4977286589..82b7af96f81 100644 --- a/components/script_traits/script_msg.rs +++ b/components/script_traits/script_msg.rs @@ -6,6 +6,7 @@ use AnimationState; use CompositorEvent; use DocumentState; use IFrameLoadInfo; +use LoadData; use MozBrowserEvent; use WorkerGlobalScopeInit; use WorkerScriptLoadOrigin; @@ -14,7 +15,7 @@ use devtools_traits::{ScriptToDevtoolsControlMsg, WorkerId}; use euclid::point::Point2D; use euclid::size::Size2D; use ipc_channel::ipc::IpcSender; -use msg::constellation_msg::{Key, KeyModifiers, KeyState, LoadData}; +use msg::constellation_msg::{Key, KeyModifiers, KeyState}; use msg::constellation_msg::{PipelineId, TraversalDirection}; use net_traits::CoreResourceMsg; use offscreen_gl_context::{GLContextAttributes, GLLimits}; |