mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Use more WebRender types in gfx
Removes ImageBorder details from gfx. Use WebRender BorderRadius in BoxShadow. Stores cursors as integer. Use FilterOp, BorderWidths from WebRender. Store content_rect as LayoutRect.
This commit is contained in:
parent
faa969a91d
commit
8bb50ac0b9
7 changed files with 126 additions and 195 deletions
|
@ -58,7 +58,6 @@ extern crate servo_url;
|
|||
extern crate simd;
|
||||
extern crate smallvec;
|
||||
extern crate style;
|
||||
extern crate style_traits;
|
||||
extern crate time;
|
||||
extern crate unicode_bidi;
|
||||
extern crate unicode_script;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue