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

Unified Diff: cc/animation/animation_delegate.h

Issue 184433007: Remove wall time from NotifyAnimationStarted and NotifyAnimationFinished. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_wall_time_step2
Patch Set: Fixing unittests for API update. Created 6 years, 9 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 | cc/animation/layer_animation_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/animation/animation_delegate.h
diff --git a/cc/animation/animation_delegate.h b/cc/animation/animation_delegate.h
index f1176a36a46fadfff393d56896200bbbde281b40..0f83bec44c63c0f74a88dae6b736ddc5dd4d6ed8 100644
--- a/cc/animation/animation_delegate.h
+++ b/cc/animation/animation_delegate.h
@@ -12,14 +12,10 @@ namespace cc {
class AnimationDelegate {
public:
- // TODO(ajuma): Remove wall_clock_time once the legacy implementation of
- // CSS animations and transitions in Blink is removed.
virtual void NotifyAnimationStarted(
- double wall_clock_time,
base::TimeTicks monotonic_time,
Animation::TargetProperty target_property) = 0;
virtual void NotifyAnimationFinished(
- double wall_clock_time,
base::TimeTicks monotonic_time,
Animation::TargetProperty target_property) = 0;
« no previous file with comments | « no previous file | cc/animation/layer_animation_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698