| Index: cc/layer_tree_impl.cc
|
| diff --git a/cc/layer_tree_impl.cc b/cc/layer_tree_impl.cc
|
| index 0c68bb9a6c765779d90dcf30bf5fe0e5bb97b320..8d7e72214a331559cb2ee81f99ffa490ae49f623 100644
|
| --- a/cc/layer_tree_impl.cc
|
| +++ b/cc/layer_tree_impl.cc
|
| @@ -160,5 +160,8 @@ DebugRectHistory* LayerTreeImpl::debug_rect_history() const {
|
| return layer_tree_host_impl_->debugRectHistory();
|
| }
|
|
|
| +AnimationRegistrar* LayerTreeImpl::animationRegistrar() const {
|
| + return layer_tree_host_impl_->animationRegistrar();
|
| +}
|
|
|
| } // namespace cc
|
|
|