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

Unified Diff: cc/animation/animation_host.h

Issue 2363733004: UI Compositor Animation: Remove cc::ElementAnimations state storage. (Closed)
Patch Set: Reparent. Created 4 years, 2 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/animation_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/animation/animation_host.h
diff --git a/cc/animation/animation_host.h b/cc/animation/animation_host.h
index 1a877d96830d8b3982570effa96df9c0eb4d4ce2..a81df79f094e1501984d6be5cd313f1612f9ddba 100644
--- a/cc/animation/animation_host.h
+++ b/cc/animation/animation_host.h
@@ -165,11 +165,6 @@ class CC_EXPORT AnimationHost {
// element animations will no longer be ticked (since it's not active).
void DidDeactivateElementAnimations(ElementAnimations* element_animations);
- // Registers the given ElementAnimations as alive.
- void RegisterElementAnimations(ElementAnimations* element_animations);
- // Unregisters the given ElementAnimations as alive.
- void UnregisterElementAnimations(ElementAnimations* element_animations);
-
const ElementToAnimationsMap& active_element_animations_for_testing() const;
const ElementToAnimationsMap& all_element_animations_for_testing() const;
« no previous file with comments | « no previous file | cc/animation/animation_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698