Move compositor_data.rs to compositor_layer.rs.

The new name better reflects the majority of the code in the file.
This commit is contained in:
Martin Robinson 2014-10-27 12:33:48 -07:00
parent c0fa32e7aa
commit 80a6f3a732
3 changed files with 3 additions and 4 deletions

View file

@ -43,8 +43,7 @@ pub use constellation::Constellation;
pub mod compositor_task;
mod compositor_data;
mod compositor_layer;
mod compositor;
mod headless;