mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
style: Remove UnsafeNode.
No longer needed since a while ago.
This commit is contained in:
parent
3db1776326
commit
e3c58df155
5 changed files with 3 additions and 43 deletions
|
@ -39,10 +39,6 @@ use selectors::parser::SelectorParseError;
|
|||
#[derive(Clone, Copy, Debug)]
|
||||
pub enum DevicePixel {}
|
||||
|
||||
/// Opaque type stored in type-unsafe work queues for parallel layout.
|
||||
/// Must be transmutable to and from `TNode`.
|
||||
pub type UnsafeNode = (usize, usize);
|
||||
|
||||
/// Represents a mobile style pinch zoom factor.
|
||||
/// TODO(gw): Once WR supports pinch zoom, use a type directly from webrender_api.
|
||||
#[derive(Clone, Copy, Debug, PartialEq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue