style: Remove the get_ prefix from get_smil_override, and other animation stuff.

This commit is contained in:
Emilio Cobos Álvarez 2018-02-24 21:06:53 +01:00
parent c5bfc81b74
commit 607cf5aa3c
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
4 changed files with 15 additions and 22 deletions

View file

@ -439,8 +439,8 @@ where
self.element,
implemented_pseudo.as_ref(),
self.element.style_attribute(),
self.element.get_smil_override(),
self.element.get_animation_rules(),
self.element.smil_override(),
self.element.animation_rules(),
self.rule_inclusion,
&mut applicable_declarations,
&mut matching_context,