diff options
author | Patrick Walton <pcwalton@mimiga.net> | 2019-06-04 15:21:58 -0700 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2019-07-09 10:50:27 -0400 |
commit | 2f9c9cefdb74713593c47eec2002c5dd5416848b (patch) | |
tree | 9e0fef3243dad3fb8b97e7622e37026967688963 /components/embedder_traits/lib.rs | |
parent | 357fc0332391bb6603b29453e644d9326807afbb (diff) | |
download | servo-2f9c9cefdb74713593c47eec2002c5dd5416848b.tar.gz servo-2f9c9cefdb74713593c47eec2002c5dd5416848b.zip |
WebRender units are no longer reexported.
Diffstat (limited to 'components/embedder_traits/lib.rs')
-rw-r--r-- | components/embedder_traits/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/embedder_traits/lib.rs b/components/embedder_traits/lib.rs index ac427c42995..7622f0e5822 100644 --- a/components/embedder_traits/lib.rs +++ b/components/embedder_traits/lib.rs @@ -19,7 +19,7 @@ use keyboard_types::KeyboardEvent; use msg::constellation_msg::{InputMethodType, PipelineId, TopLevelBrowsingContextId}; use servo_url::ServoUrl; use std::fmt::{Debug, Error, Formatter}; -use webrender_api::{DeviceIntPoint, DeviceIntSize}; +use webrender_api::units::{DeviceIntPoint, DeviceIntSize}; /// A cursor for the window. This is different from a CSS cursor (see /// `CursorKind`) in that it has no `Auto` value. |