mirror of
https://github.com/servo/servo.git
synced 2025-06-13 02:44:29 +00:00
auto merge of #2388 : zwarich/servo/cssom, r=jdm
Implementing the CSSOM requires giving the script task access to the computed style for a node. Moving it into a new SharedLayoutData struct member of LayoutDataRef seems to be the best way to achieve this. This is the first step towards #1721.
This commit is contained in:
commit
fbcfe78bf6
7 changed files with 23 additions and 14 deletions
|
@ -31,6 +31,7 @@ extern crate servo_macros = "macros";
|
|||
extern crate servo_net = "net";
|
||||
extern crate servo_util = "util";
|
||||
extern crate style;
|
||||
extern crate sync;
|
||||
extern crate servo_msg = "msg";
|
||||
extern crate url;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue