Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3156)

Unified Diff: cc/test/layer_tree_test_common.cc

Issue 12517003: cc: Chromify the Animation and LayerAnimationController classes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/test/fake_scrollbar_layer.cc ('k') | cc/timing_function.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « cc/test/fake_scrollbar_layer.cc ('k') | cc/timing_function.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698