mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Remove now unused id field for frame tree.
This commit is contained in:
parent
e581648c75
commit
ec91fa2cfd
2 changed files with 6 additions and 30 deletions
|
@ -5,7 +5,7 @@
|
|||
//! Communication with the compositor task.
|
||||
|
||||
pub use windowing;
|
||||
pub use constellation::{FrameId, SendableFrameTree};
|
||||
pub use constellation::SendableFrameTree;
|
||||
|
||||
use compositor;
|
||||
use headless;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue