diff options
author | Bobby Holley <bobbyholley@gmail.com> | 2015-10-15 15:35:33 -0700 |
---|---|---|
committer | Bobby Holley <bobbyholley@gmail.com> | 2015-10-21 09:56:07 -0700 |
commit | 228eff7272e4eb401a160e8470948d7bf5c74e48 (patch) | |
tree | 58d27809ee7c6b260c17771b233a7c991d9159b7 /components/layout/layout_task.rs | |
parent | 2de5407cdabef67ed03b2ad4edf4a22541d77875 (diff) | |
download | servo-228eff7272e4eb401a160e8470948d7bf5c74e48.tar.gz servo-228eff7272e4eb401a160e8470948d7bf5c74e48.zip |
Remove HAS_DIRTY_SIBLINGS.
This isn't doing anything right now, and we're not even setting it properly
in dirty_impl the |dirty_subtree(self)| was causing us to hit the skip case
for step 3.
Diffstat (limited to 'components/layout/layout_task.rs')
-rw-r--r-- | components/layout/layout_task.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/layout/layout_task.rs b/components/layout/layout_task.rs index a0ffd5d9549..505676e126b 100644 --- a/components/layout/layout_task.rs +++ b/components/layout/layout_task.rs @@ -1491,7 +1491,6 @@ impl LayoutTask { // "changed": // > node.set_changed(true); node.set_dirty(true); - node.set_dirty_siblings(true); node.set_dirty_descendants(true); } } |