mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +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
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -1024,7 +1024,6 @@ dependencies = [
|
|||
"simd 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"smallvec 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"style 0.0.1",
|
||||
"style_traits 0.0.1",
|
||||
"time 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"truetype 0.26.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"unicode-bidi 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue