DescriptionRemove CSSInitialValue::createLegacyImplicit()
This patch removes the implicit initial value and changes all uses of it
to just use the regular initial value. We no longer have any code which
actually differentiates between implicit and non-implicit initial values
so this removal has no behaviour change.
There's still an implicit flag on CSSProperty, but this is currently
referenced by devtools. The flag seems to only be set when the repeat
longhands of background and -webkit-mask are set from the shorthand,
which doesn't really make sense. We should probably just remove the flag
too.
BUG=471917
Committed: https://crrev.com/d581bb3770e4e1102a30dbd25f90443c42b00052
Cr-Commit-Position: refs/heads/master@{#441587}
Patch Set 1 #
Messages
Total messages: 13 (8 generated)
|