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

Unified Diff: cc/trees/layer_tree_host.h

Issue 13465014: LayerTreeHost::SetAnimationEvents should use AnimationRegistrar (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: cc/trees/layer_tree_host.h
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
index 27c146ebc02a73a21728a5aca58ee69dfc7807e1..270e8eb92287f605b377542127f660f1deec037a 100644
--- a/cc/trees/layer_tree_host.h
+++ b/cc/trees/layer_tree_host.h
@@ -271,9 +271,6 @@ class CC_EXPORT LayerTreeHost : NON_EXPORTED_BASE(public RateLimiterClient) {
void AnimateLayers(base::TimeTicks monotonic_time);
bool AnimateLayersRecursive(Layer* current, base::TimeTicks time);
- void SetAnimationEventsRecursive(const AnimationEventsVector& events,
- Layer* layer,
- base::Time wall_clock_time);
bool animating_;
bool needs_full_tree_sync_;

Powered by Google App Engine
This is Rietveld 408576698