diff options
author | Mukilan Thiyagarajan <mukilan@igalia.com> | 2023-09-14 15:00:42 +0530 |
---|---|---|
committer | Mukilan Thiyagarajan <mukilan@igalia.com> | 2023-09-14 15:00:42 +0530 |
commit | c385b3c9737c17d59cb02e520c3b68b232cb6497 (patch) | |
tree | ad598ffbbdfbcecd6a4cf458abe2afc702d92c27 /components/script_traits/compositor.rs | |
parent | 988e05a68b48c9e744bf49459faf41a1bd9b81d7 (diff) | |
download | servo-revert-webrender.tar.gz servo-revert-webrender.zip |
Revert "Upgrade WebRender to e491e1ae637b2eed1e7195855d88357e5eb3ddf9 (#30323)"revert-webrender
This reverts commit a9d37cb85ac2c55fc630fccffe1ba60ff00f555b.
Diffstat (limited to 'components/script_traits/compositor.rs')
-rw-r--r-- | components/script_traits/compositor.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/components/script_traits/compositor.rs b/components/script_traits/compositor.rs index 43ab572e3bc..b63106d88ab 100644 --- a/components/script_traits/compositor.rs +++ b/components/script_traits/compositor.rs @@ -220,9 +220,6 @@ pub struct CompositorDisplayListInfo { /// The size of the viewport that this display list renders into. pub viewport_size: LayoutSize, - /// The size of this display list's content. - pub content_size: LayoutSize, - /// The epoch of the display list. pub epoch: Epoch, @@ -273,7 +270,6 @@ impl CompositorDisplayListInfo { CompositorDisplayListInfo { pipeline_id, viewport_size, - content_size, epoch, hit_test_info: Default::default(), scroll_tree, |