Send status messages to the compositor

This commit is contained in:
Tim Kuehn 2013-06-07 16:43:03 -07:00 committed by Patrick Walton
parent 1fbfd7d45e
commit 7b28462193
8 changed files with 80 additions and 11 deletions

View file

@ -64,7 +64,8 @@ pub mod html {
pub mod hubbub_html_parser;
}
pub mod layout_interface;
pub mod compositor_interface;
pub mod engine_interface;
pub mod layout_interface;
pub mod script_task;