Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2721)

Unified Diff: cc/animation/animation.cc

Issue 588133002: CC: Change default fill mode for compositor animations with delay (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698