mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Eliminate HAS_CHANGED in favor of explicit RestyleDamage.
This commit is contained in:
parent
f1043f6305
commit
b31ed2298c
5 changed files with 18 additions and 36 deletions
|
@ -86,8 +86,6 @@ pub trait LayoutNode: GetLayoutData + TNode {
|
|||
unsafe fn init_style_and_layout_data(&self, data: OpaqueStyleAndLayoutData);
|
||||
unsafe fn take_style_and_layout_data(&self) -> OpaqueStyleAndLayoutData;
|
||||
|
||||
fn has_changed(&self) -> bool;
|
||||
|
||||
unsafe fn clear_dirty_bits(&self);
|
||||
|
||||
fn rev_children(self) -> LayoutIterator<ReverseChildrenIterator<Self>> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue