aboutsummaryrefslogtreecommitdiffstats
path: root/ports/cef/window.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ports/cef/window.rs')
-rw-r--r--ports/cef/window.rs5
1 files changed, 1 insertions, 4 deletions
diff --git a/ports/cef/window.rs b/ports/cef/window.rs
index 2bffd3b9cb9..03fd784fbd0 100644
--- a/ports/cef/window.rs
+++ b/ports/cef/window.rs
@@ -19,10 +19,7 @@ use wrappers::CefWrap;
use compositing::compositor_thread::EventLoopWaker;
use compositing::windowing::{WindowEvent, WindowMethods};
-use euclid::point::{Point2D, TypedPoint2D};
-use euclid::rect::TypedRect;
-use euclid::scale_factor::ScaleFactor;
-use euclid::size::{Size2D, TypedSize2D};
+use euclid::{Point2D, TypedPoint2D, TypedRect, Size2D, TypedSize2D, ScaleFactor};
use gleam::gl;
use msg::constellation_msg::{Key, KeyModifiers};
use net_traits::net_error_list::NetError;