diff options
author | Fernando Jiménez Moreno <ferjmoreno@gmail.com> | 2019-06-24 18:45:31 +0200 |
---|---|---|
committer | Fernando Jiménez Moreno <ferjmoreno@gmail.com> | 2019-07-04 10:25:49 +0200 |
commit | 7d589ed4f5762ee185b60a34a76bb59cdf05a536 (patch) | |
tree | 150f559657e456b8c2b87213e8f606363618213d /components/script_traits/lib.rs | |
parent | 2b3a8bf4909a5705e62ff2872253e89f2975f666 (diff) | |
download | servo-7d589ed4f5762ee185b60a34a76bb59cdf05a536.tar.gz servo-7d589ed4f5762ee185b60a34a76bb59cdf05a536.zip |
Media crate
Diffstat (limited to 'components/script_traits/lib.rs')
-rw-r--r-- | components/script_traits/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script_traits/lib.rs b/components/script_traits/lib.rs index 8a7dd06e025..4b87a104a4d 100644 --- a/components/script_traits/lib.rs +++ b/components/script_traits/lib.rs @@ -21,7 +21,6 @@ pub mod webdriver_msg; use crate::webdriver_msg::{LoadStatus, WebDriverScriptCommand}; use bluetooth_traits::BluetoothRequest; -use canvas_traits::media::WindowGLContext; use canvas_traits::webgl::WebGLPipeline; use crossbeam_channel::{Receiver, RecvTimeoutError, Sender}; use devtools_traits::{DevtoolScriptControlMsg, ScriptToDevtoolsControlMsg, WorkerId}; @@ -35,6 +34,7 @@ use ipc_channel::Error as IpcError; use keyboard_types::webdriver::Event as WebDriverInputEvent; use keyboard_types::{CompositionEvent, KeyboardEvent}; use libc::c_void; +use media::WindowGLContext; use msg::constellation_msg::BackgroundHangMonitorRegister; use msg::constellation_msg::{BrowsingContextId, HistoryStateId, PipelineId}; use msg::constellation_msg::{PipelineNamespaceId, TopLevelBrowsingContextId, TraversalDirection}; |