diff options
author | Nicolas Roard <nicolas@android.com> | 2010-02-10 18:14:11 +0000 |
---|---|---|
committer | Nicolas Roard <nicolas@android.com> | 2010-02-11 14:05:56 +0000 |
commit | 7cf8f5417b00f178c31fe6bba844ba4bb1957019 (patch) | |
tree | e5a0bcb3e361decb16b51ad873203553993e1027 /WebCore/platform/graphics/android/AndroidAnimation.h | |
parent | d699f768cc84aa8a94faf24e39d8583700b4977d (diff) | |
download | external_webkit-7cf8f5417b00f178c31fe6bba844ba4bb1957019.zip external_webkit-7cf8f5417b00f178c31fe6bba844ba4bb1957019.tar.gz external_webkit-7cf8f5417b00f178c31fe6bba844ba4bb1957019.tar.bz2 |
cleanup
(cherry picked from commit fc34a9dc6e4aa1d0e96fc5523ee77e618648e615)
Diffstat (limited to 'WebCore/platform/graphics/android/AndroidAnimation.h')
-rw-r--r-- | WebCore/platform/graphics/android/AndroidAnimation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/platform/graphics/android/AndroidAnimation.h b/WebCore/platform/graphics/android/AndroidAnimation.h index c4be10b..75e2f35 100644 --- a/WebCore/platform/graphics/android/AndroidAnimation.h +++ b/WebCore/platform/graphics/android/AndroidAnimation.h @@ -21,6 +21,7 @@ #include "FloatPoint.h" #include "FloatPoint3D.h" +#include "GraphicsLayer.h" #include "HashMap.h" #include "LayerAndroid.h" #include "RefPtr.h" @@ -30,7 +31,6 @@ namespace WebCore { class AndroidAnimation; -class GraphicsLayerAndroid; class TimingFunction; class AndroidAnimationValue : public RefCounted<AndroidAnimationValue> { |