aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_traits/script_msg.rs
diff options
context:
space:
mode:
authorPatrick Walton <pcwalton@mimiga.net>2019-06-04 15:21:58 -0700
committerJosh Matthews <josh@joshmatthews.net>2019-07-09 10:50:27 -0400
commit2f9c9cefdb74713593c47eec2002c5dd5416848b (patch)
tree9e0fef3243dad3fb8b97e7622e37026967688963 /components/script_traits/script_msg.rs
parent357fc0332391bb6603b29453e644d9326807afbb (diff)
downloadservo-2f9c9cefdb74713593c47eec2002c5dd5416848b.tar.gz
servo-2f9c9cefdb74713593c47eec2002c5dd5416848b.zip
WebRender units are no longer reexported.
Diffstat (limited to 'components/script_traits/script_msg.rs')
-rw-r--r--components/script_traits/script_msg.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script_traits/script_msg.rs b/components/script_traits/script_msg.rs
index 6f11e2356df..4f7e45718e7 100644
--- a/components/script_traits/script_msg.rs
+++ b/components/script_traits/script_msg.rs
@@ -28,7 +28,7 @@ use servo_url::ServoUrl;
use std::fmt;
use style_traits::viewport::ViewportConstraints;
use style_traits::CSSPixel;
-use webrender_api::{DeviceIntPoint, DeviceIntSize};
+use webrender_api::units::{DeviceIntPoint, DeviceIntSize};
/// A particular iframe's size, associated with a browsing context.
#[derive(Clone, Copy, Debug, Deserialize, Serialize)]