mirror of
https://github.com/servo/servo.git
synced 2025-06-21 23:59:00 +01:00
add pipeline.rs, modularized pipelines communicating with constellation
This commit is contained in:
parent
fdb0d820a4
commit
fba7ec423c
19 changed files with 528 additions and 317 deletions
|
@ -9,8 +9,6 @@ use dom::bindings::utils::{DOMString, ErrorResult, WrapperCache};
|
|||
|
||||
use geom::point::Point2D;
|
||||
|
||||
use std::comm;
|
||||
|
||||
pub enum Event {
|
||||
ResizeEvent(uint, uint),
|
||||
ReflowEvent,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue