Renamed constellation::Frame to constellation::BrowsingContext.

This commit is contained in:
Alan Jeffrey 2017-05-12 16:15:15 -05:00
parent 5403c2fff0
commit 607e011b05
24 changed files with 778 additions and 721 deletions

View file

@ -41,9 +41,9 @@ extern crate style_traits;
extern crate webrender_traits;
extern crate webvr_traits;
mod browsingcontext;
mod constellation;
mod event_loop;
mod frame;
mod pipeline;
#[cfg(not(target_os = "windows"))]
mod sandboxing;