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

Unified Diff: cc/animation/element_animations.h

Issue 1988293003: cc : Delete code not used outside tests related to impl-only animations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/element_animations.h
diff --git a/cc/animation/element_animations.h b/cc/animation/element_animations.h
index a3317a09a77ad1c3b233aa71e688cae7f21c000e..db3f2d011512ead68774fb0e5444a1a76882467c 100644
--- a/cc/animation/element_animations.h
+++ b/cc/animation/element_animations.h
@@ -80,8 +80,6 @@ class CC_EXPORT ElementAnimations : public base::RefCounted<ElementAnimations> {
bool needs_completion = false);
void Animate(base::TimeTicks monotonic_time);
- void AccumulatePropertyUpdates(base::TimeTicks monotonic_time,
- AnimationEvents* events);
void UpdateState(bool start_ready_animations, AnimationEvents* events);

Powered by Google App Engine
This is Rietveld 408576698