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

Unified Diff: cc/animation/animation_events.cc

Issue 231133002: CC::Animations should use TimeTicks & TimeDelta to represent time (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix for build errors in ui/compositor unittests. Created 6 years, 7 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
Index: cc/animation/animation_events.cc
diff --git a/cc/animation/animation_events.cc b/cc/animation/animation_events.cc
index 95b0e071a21779a29cf3eaad8d6f6ff9bb4213b1..40a9031e7c6d4f3fdca166016d41d47e33def246 100644
--- a/cc/animation/animation_events.cc
+++ b/cc/animation/animation_events.cc
@@ -10,7 +10,7 @@ AnimationEvent::AnimationEvent(AnimationEvent::Type type,
int layer_id,
int group_id,
Animation::TargetProperty target_property,
- double monotonic_time)
+ base::TimeTicks monotonic_time)
: type(type),
layer_id(layer_id),
group_id(group_id),

Powered by Google App Engine
This is Rietveld 408576698