From 7d589ed4f5762ee185b60a34a76bb59cdf05a536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Jim=C3=A9nez=20Moreno?= Date: Mon, 24 Jun 2019 18:45:31 +0200 Subject: Media crate --- components/constellation/pipeline.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/constellation/pipeline.rs') 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}; -- cgit v1.2.3