mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Combine events and CompositorData methods into CompositorLayer
This is a more natural collection of methods, as they all operate directly on layers and accept a layer as their first argument.
This commit is contained in:
parent
96f6c53b52
commit
c0fa32e7aa
4 changed files with 279 additions and 280 deletions
|
@ -44,7 +44,6 @@ pub use constellation::Constellation;
|
|||
pub mod compositor_task;
|
||||
|
||||
mod compositor_data;
|
||||
mod events;
|
||||
|
||||
mod compositor;
|
||||
mod headless;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue