Index: cc/trees/layer_tree_host_impl.h |
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h |
index 60f4b4479f8814470a63215c6551217786158921..47477c9f19df51555878d9515761ff2565de4d7c 100644 |
--- a/cc/trees/layer_tree_host_impl.h |
+++ b/cc/trees/layer_tree_host_impl.h |
@@ -532,10 +532,6 @@ class CC_EXPORT LayerTreeHostImpl |
// Virtual for testing. |
virtual void AnimateLayers(base::TimeTicks monotonic_time); |
- const AnimationRegistrar::AnimationControllerMap& |
- active_animation_controllers() const { |
- return animation_registrar_->active_animation_controllers(); |
- } |
LayerTreeHostImplClient* client_; |
Proxy* proxy_; |