diff options
author | Glenn Watson <github@intuitionlibrary.com> | 2017-11-07 14:12:52 +1000 |
---|---|---|
committer | Glenn Watson <github@intuitionlibrary.com> | 2017-11-07 14:48:53 +1000 |
commit | 3007bfe81515e01bf64e5a7c05ab34f2dfe4eda0 (patch) | |
tree | 61a0576c0e2a485ad3044ab88f3009cf4aca8130 /components/layout/webrender_helpers.rs | |
parent | 4decea188feb87b880fd2b0663b86d262a346a18 (diff) | |
download | servo-3007bfe81515e01bf64e5a7c05ab34f2dfe4eda0.tar.gz servo-3007bfe81515e01bf64e5a7c05ab34f2dfe4eda0.zip |
Update WR (blur and subpixel text optimizations, recording fix)
Diffstat (limited to 'components/layout/webrender_helpers.rs')
-rw-r--r-- | components/layout/webrender_helpers.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/layout/webrender_helpers.rs b/components/layout/webrender_helpers.rs index 4f491aa91d6..9a9e3bc8c77 100644 --- a/components/layout/webrender_helpers.rs +++ b/components/layout/webrender_helpers.rs @@ -549,6 +549,7 @@ impl WebRenderDisplayItemConverter for DisplayItem { sticky_data.margins, sticky_data.vertical_offset_bounds, sticky_data.horizontal_offset_bounds, + webrender_api::LayoutVector2D::zero(), ); builder.pop_clip_id(); id |