| 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..6604e57e2dd835c95ddb040b3b5e0b29f5e0e635 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::animation_registrar() const {
|
| return layer_tree_host_impl_->animation_registrar();
|
| }
|
|
|
|
|