diff options
author | vollick@chromium.org <vollick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-07 16:21:20 +0000 |
---|---|---|
committer | vollick@chromium.org <vollick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-07 16:21:20 +0000 |
commit | 4d0786aacacd1099bfee1032ca74cdda303bcfe3 (patch) | |
tree | 7fa8c12a73b1d121fa46fd69339a6a81224816d1 /cc/test/animation_test_common.h | |
parent | f8e7a918afdf5d3c2ebd4324ff485dc9b67440bd (diff) | |
download | chromium_src-4d0786aacacd1099bfee1032ca74cdda303bcfe3.zip chromium_src-4d0786aacacd1099bfee1032ca74cdda303bcfe3.tar.gz chromium_src-4d0786aacacd1099bfee1032ca74cdda303bcfe3.tar.bz2 |
Rename ActiveAnimation -> Animation
ActiveAnimation has a bad name. It used to be the case that 'active' animations were a subset of all animations, but now every animation in cc/ is 'active' and I think that's confusing.
R=enne@chromium.org
BUG=None
NOTRY=true
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=174267
Review URL: https://chromiumcodereview.appspot.com/11636051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175344 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/test/animation_test_common.h')
-rw-r--r-- | cc/test/animation_test_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/test/animation_test_common.h b/cc/test/animation_test_common.h index afba750..4f9c13b 100644 --- a/cc/test/animation_test_common.h +++ b/cc/test/animation_test_common.h @@ -5,7 +5,7 @@ #ifndef CC_TEST_ANIMATION_TEST_COMMON_H_ #define CC_TEST_ANIMATION_TEST_COMMON_H_ -#include "cc/active_animation.h" +#include "cc/animation.h" #include "cc/animation_curve.h" #include "cc/layer_animation_controller.h" #include "cc/layer_animation_value_observer.h" |