mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
WebRender units are no longer reexported.
This commit is contained in:
parent
357fc03323
commit
2f9c9cefdb
24 changed files with 65 additions and 68 deletions
|
@ -36,7 +36,7 @@ extern crate to_shmem_derive;
|
|||
#[cfg(feature = "servo")]
|
||||
extern crate webrender_api;
|
||||
#[cfg(feature = "servo")]
|
||||
pub use webrender_api::DevicePixel;
|
||||
pub use webrender_api::units::DevicePixel;
|
||||
|
||||
use cssparser::{CowRcStr, Token};
|
||||
use selectors::parser::SelectorParseErrorKind;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue