mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Move AnimationRules into declaration_block.rs.
This commit is contained in:
parent
d30c4fe79d
commit
35e0e3aa11
5 changed files with 22 additions and 21 deletions
|
@ -8,7 +8,7 @@ use {Atom, LocalName, Namespace};
|
|||
use bit_vec::BitVec;
|
||||
use context::{QuirksMode, SharedStyleContext};
|
||||
use data::ComputedStyle;
|
||||
use dom::{AnimationRules, TElement};
|
||||
use dom::TElement;
|
||||
use element_state::ElementState;
|
||||
use error_reporting::RustLogReporter;
|
||||
use font_metrics::FontMetricsProvider;
|
||||
|
@ -17,9 +17,9 @@ use gecko_bindings::structs::nsIAtom;
|
|||
use keyframes::KeyframesAnimation;
|
||||
use media_queries::Device;
|
||||
use properties::{self, CascadeFlags, ComputedValues};
|
||||
use properties::{AnimationRules, PropertyDeclarationBlock};
|
||||
#[cfg(feature = "servo")]
|
||||
use properties::INHERIT_ALL;
|
||||
use properties::PropertyDeclarationBlock;
|
||||
use restyle_hints::{HintComputationContext, DependencySet, RestyleHint};
|
||||
use rule_tree::{CascadeLevel, RuleTree, StrongRuleNode, StyleSource};
|
||||
use selector_map::{SelectorMap, SelectorMapEntry};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue