diff options
Diffstat (limited to 'chromium/cc/animation/animation_delegate.h')
-rw-r--r-- | chromium/cc/animation/animation_delegate.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chromium/cc/animation/animation_delegate.h b/chromium/cc/animation/animation_delegate.h index 0adbb115c59..6931c8b0d18 100644 --- a/chromium/cc/animation/animation_delegate.h +++ b/chromium/cc/animation/animation_delegate.h @@ -13,12 +13,6 @@ namespace cc { class CC_ANIMATION_EXPORT AnimationDelegate { public: - // TODO(yigu): The Notify* methods will be called multiple times per - // animation (once for effect/property pairing). - // Ideally, we would only notify start once (e.g., wait on all effects to - // start before notifying delegate) this way effect becomes an internal - // details of the animation. Perhaps we can do that at some point maybe as - // part of https://bugs.chromium.org/p/chromium/issues/detail?id=810003 virtual void NotifyAnimationStarted(base::TimeTicks monotonic_time, int target_property, int group) = 0; |