mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Update WR (blur and subpixel text optimizations, recording fix)
This commit is contained in:
parent
4decea188f
commit
3007bfe815
2 changed files with 3 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -3476,7 +3476,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "webrender"
|
name = "webrender"
|
||||||
version = "0.53.1"
|
version = "0.53.1"
|
||||||
source = "git+https://github.com/servo/webrender#058dd77d35d938974d16dcf12e2f75a0a6e4cdef"
|
source = "git+https://github.com/servo/webrender#71c1f3dca3173a977610e5f7a818deb155cc8cf4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -3503,7 +3503,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "webrender_api"
|
name = "webrender_api"
|
||||||
version = "0.53.1"
|
version = "0.53.1"
|
||||||
source = "git+https://github.com/servo/webrender#058dd77d35d938974d16dcf12e2f75a0a6e4cdef"
|
source = "git+https://github.com/servo/webrender#71c1f3dca3173a977610e5f7a818deb155cc8cf4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"app_units 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
|
@ -549,6 +549,7 @@ impl WebRenderDisplayItemConverter for DisplayItem {
|
||||||
sticky_data.margins,
|
sticky_data.margins,
|
||||||
sticky_data.vertical_offset_bounds,
|
sticky_data.vertical_offset_bounds,
|
||||||
sticky_data.horizontal_offset_bounds,
|
sticky_data.horizontal_offset_bounds,
|
||||||
|
webrender_api::LayoutVector2D::zero(),
|
||||||
);
|
);
|
||||||
builder.pop_clip_id();
|
builder.pop_clip_id();
|
||||||
id
|
id
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue