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/constellation/pipeline.rs | |
parent | 2b3a8bf4909a5705e62ff2872253e89f2975f666 (diff) | |
download | servo-7d589ed4f5762ee185b60a34a76bb59cdf05a536.tar.gz servo-7d589ed4f5762ee185b60a34a76bb59cdf05a536.zip |
Media crate
Diffstat (limited to 'components/constellation/pipeline.rs')
-rw-r--r-- | components/constellation/pipeline.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/constellation/pipeline.rs b/components/constellation/pipeline.rs index 049ac82b035..07df7a4b2c9 100644 --- a/components/constellation/pipeline.rs +++ b/components/constellation/pipeline.rs @@ -5,7 +5,6 @@ use crate::event_loop::EventLoop; use background_hang_monitor::HangMonitorRegister; use bluetooth_traits::BluetoothRequest; -use canvas_traits::media::WindowGLContext; use canvas_traits::webgl::WebGLPipeline; use compositing::compositor_thread::Msg as CompositorMsg; use compositing::CompositionPipeline; @@ -18,6 +17,7 @@ use ipc_channel::ipc::{self, IpcReceiver, IpcSender}; use ipc_channel::router::ROUTER; use ipc_channel::Error; use layout_traits::LayoutThreadFactory; +use media::WindowGLContext; use metrics::PaintTimeMetrics; use msg::constellation_msg::TopLevelBrowsingContextId; use msg::constellation_msg::{BackgroundHangMonitorRegister, HangMonitorAlert, SamplerControlMsg}; |