diff options
author | Bobby Holley <bobbyholley@gmail.com> | 2016-12-22 10:40:27 -0800 |
---|---|---|
committer | Bobby Holley <bobbyholley@gmail.com> | 2016-12-22 11:09:55 -0800 |
commit | 940cda1d15203063af00a5763e5ac090ddbd9c5a (patch) | |
tree | 9c60cb66c8184adf56d7e715b2a16f9b6aebc166 /components/layout_thread/lib.rs | |
parent | ea6a61af594c8795ff009d00e77363fe0ae855cc (diff) | |
download | servo-940cda1d15203063af00a5763e5ac090ddbd9c5a.tar.gz servo-940cda1d15203063af00a5763e5ac090ddbd9c5a.zip |
Remove generation, remove filter pop, and add size tests.
Diffstat (limited to 'components/layout_thread/lib.rs')
-rw-r--r-- | components/layout_thread/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/layout_thread/lib.rs b/components/layout_thread/lib.rs index b67e34b6e3c..f9f4c371a94 100644 --- a/components/layout_thread/lib.rs +++ b/components/layout_thread/lib.rs @@ -520,7 +520,6 @@ impl LayoutThread { viewport_size: self.viewport_size.clone(), screen_size_changed: screen_size_changed, stylist: rw_data.stylist.clone(), - generation: self.generation, goal: goal, running_animations: self.running_animations.clone(), expired_animations: self.expired_animations.clone(), |