layout: Implement z-index.

This commit is contained in:
Patrick Walton 2014-10-02 14:11:04 -07:00
parent eff0de0ce1
commit 01c90d8d6a
9 changed files with 81 additions and 18 deletions

View file

@ -71,6 +71,7 @@ pub extern "C" fn cef_run_message_loop() {
devtools_port: None,
initial_window_size: TypedSize2D(800, 600),
user_agent: None,
dump_flow_tree: false,
};
native::start(0, 0 as *const *const u8, proc() {
servo::run(opts);