diff options
author | Emilio Cobos Álvarez <me@emiliocobos.me> | 2016-06-23 00:46:29 +0200 |
---|---|---|
committer | Emilio Cobos Álvarez <me@emiliocobos.me> | 2016-06-28 15:09:53 +0000 |
commit | 2b2e58a868fd01a7338769b044eb98827f02e823 (patch) | |
tree | ea4bbfcce5e8e4684f3e7c84f5b8661deee8463c /components/layout/animation.rs | |
parent | 33f581883b65e24f01c97189a059da991a699d32 (diff) | |
download | servo-2b2e58a868fd01a7338769b044eb98827f02e823.tar.gz servo-2b2e58a868fd01a7338769b044eb98827f02e823.zip |
style: WTF I was thinking about when I wrote that?
Diffstat (limited to 'components/layout/animation.rs')
-rw-r--r-- | components/layout/animation.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/layout/animation.rs b/components/layout/animation.rs index fecc4762d67..7f0eaf140f9 100644 --- a/components/layout/animation.rs +++ b/components/layout/animation.rs @@ -139,7 +139,6 @@ pub fn recalc_style_for_animations(context: &SharedLayoutContext, animation, &mut fragment.style, Some(&mut damage)); - animation.increment_keyframe_if_applicable(); } } } |