diff options
author | danakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-02 00:19:06 +0000 |
---|---|---|
committer | danakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-02 00:19:06 +0000 |
commit | d455d55745439727d00254ef85a5386290a51cd3 (patch) | |
tree | cc1f7dd184a8fa7565c9fc45961e553deb4b8834 /cc/test/animation_test_common.h | |
parent | c2b20d05b32184ffa24102ea70a14a456f16f581 (diff) | |
download | chromium_src-d455d55745439727d00254ef85a5386290a51cd3.zip chromium_src-d455d55745439727d00254ef85a5386290a51cd3.tar.gz chromium_src-d455d55745439727d00254ef85a5386290a51cd3.tar.bz2 |
Remove most remaining webcore points and sizes.
The remaining sizes should all be becoming vectors. Some or all of the
remaining points should as well.
The only Int/Float Point/Size types left are in the scrolling and page scaling
code, or in the LayerTilingData.
R=enne
BUG=147395
Review URL: https://codereview.chromium.org/11358050
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165569 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/test/animation_test_common.h')
-rw-r--r-- | cc/test/animation_test_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cc/test/animation_test_common.h b/cc/test/animation_test_common.h index 1091582..7b512d7 100644 --- a/cc/test/animation_test_common.h +++ b/cc/test/animation_test_common.h @@ -5,7 +5,6 @@ #ifndef CCAnimationTestCommon_h #define CCAnimationTestCommon_h -#include "IntSize.h" #include "cc/active_animation.h" #include "cc/animation_curve.h" #include "cc/layer_animation_controller.h" |