mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #17895 - bholley:clean_up_traversal, r=emilio
Clean up traversal modes https://bugzilla.mozilla.org/show_bug.cgi?id=1384769 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/17895) <!-- Reviewable:end -->
This commit is contained in:
commit
255c9d00da
12 changed files with 8480 additions and 8224 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
#[cfg(feature = "gecko")]
|
||||
use gecko_bindings::structs::nsRestyleHint;
|
||||
use traversal::TraversalFlags;
|
||||
use traversal_flags::TraversalFlags;
|
||||
|
||||
bitflags! {
|
||||
/// The kind of restyle we need to do for a given element.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue