Index: cc/animation/animation.cc |
diff --git a/cc/animation/animation.cc b/cc/animation/animation.cc |
index d4364826674f519b75bc01d8be2bccb449b03c27..5fe5b8c030db52b90816ac50639c627842f9b888 100644 |
--- a/cc/animation/animation.cc |
+++ b/cc/animation/animation.cc |
@@ -67,7 +67,7 @@ Animation::Animation(scoped_ptr<AnimationCurve> curve, |
iteration_start_(0), |
direction_(Normal), |
playback_rate_(1), |
- fill_mode_(FillModeNone), |
+ fill_mode_(FillModeBoth), |
needs_synchronized_start_time_(false), |
received_finished_event_(false), |
suspended_(false), |