aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/animation.rs
diff options
context:
space:
mode:
authorEmilio Cobos Álvarez <me@emiliocobos.me>2016-06-23 00:46:29 +0200
committerEmilio Cobos Álvarez <me@emiliocobos.me>2016-06-28 15:09:53 +0000
commit2b2e58a868fd01a7338769b044eb98827f02e823 (patch)
treeea4bbfcce5e8e4684f3e7c84f5b8661deee8463c /components/layout/animation.rs
parent33f581883b65e24f01c97189a059da991a699d32 (diff)
downloadservo-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.rs1
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();
}
}
}