Index: cc/layer_tree_impl.h |
diff --git a/cc/layer_tree_impl.h b/cc/layer_tree_impl.h |
index 8b7c925339ebf1a9e51f2f1eed7cdbfb04202299..c8a0ef9e9b30a4e23599befb1176d9ecac7d7c8b 100644 |
--- a/cc/layer_tree_impl.h |
+++ b/cc/layer_tree_impl.h |
@@ -92,6 +92,8 @@ class CC_EXPORT LayerTreeImpl { |
void RegisterLayer(LayerImpl* layer); |
void UnregisterLayer(LayerImpl* layer); |
+ AnimationRegistrar* animationRegistrar() const; |
+ |
protected: |
LayerTreeImpl(LayerTreeHostImpl* layer_tree_host_impl); |