| Index: cc/test/layer_tree_test_common.cc
|
| diff --git a/cc/test/layer_tree_test_common.cc b/cc/test/layer_tree_test_common.cc
|
| index f7cbb35f72ca6022c5641ed18be95b86d794b61b..2147acf596587d2999fd06134d6d7dc201c3f612 100644
|
| --- a/cc/test/layer_tree_test_common.cc
|
| +++ b/cc/test/layer_tree_test_common.cc
|
| @@ -138,7 +138,7 @@ void MockLayerTreeHostImpl::updateAnimationState()
|
| bool hasUnfinishedAnimation = false;
|
| AnimationRegistrar::AnimationControllerMap::const_iterator iter = activeAnimationControllers().begin();
|
| for (; iter != activeAnimationControllers().end(); ++iter) {
|
| - if (iter->second->hasActiveAnimation()) {
|
| + if (iter->second->HasActiveAnimation()) {
|
| hasUnfinishedAnimation = true;
|
| break;
|
| }
|
|
|