mirror of
https://github.com/servo/servo.git
synced 2025-08-08 15:05:35 +01:00
Box DeclaredValue::WithVariables
This commit is contained in:
parent
43731c5757
commit
adb6d20293
6 changed files with 53 additions and 44 deletions
|
@ -297,7 +297,7 @@ impl AnimationValue {
|
|||
PropertyDeclaration::${prop.camel_case}(ref val) => {
|
||||
let computed = match *val {
|
||||
// https://bugzilla.mozilla.org/show_bug.cgi?id=1326131
|
||||
DeclaredValue::WithVariables{..} => unimplemented!(),
|
||||
DeclaredValue::WithVariables(_) => unimplemented!(),
|
||||
DeclaredValue::Value(ref val) => val.to_computed_value(context),
|
||||
% if not prop.style_struct.inherited:
|
||||
DeclaredValue::Unset |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue