| Index: cc/trees/layer_tree_impl.cc
|
| diff --git a/cc/trees/layer_tree_impl.cc b/cc/trees/layer_tree_impl.cc
|
| index e86e785732654ce037e16758aa34adf1ed8da73b..62e4cd36bed352c3ce953c43235fcfb8503c51f9 100644
|
| --- a/cc/trees/layer_tree_impl.cc
|
| +++ b/cc/trees/layer_tree_impl.cc
|
| @@ -984,7 +984,7 @@ void LayerTreeImpl::SetNeedsRedraw() {
|
| layer_tree_host_impl_->SetNeedsRedraw();
|
| }
|
|
|
| -AnimationRegistrar* LayerTreeImpl::animationRegistrar() const {
|
| +AnimationRegistrar* LayerTreeImpl::GetAnimationRegistrar() const {
|
| return layer_tree_host_impl_->animation_registrar();
|
| }
|
|
|
|
|