summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/AndroidAnimation.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/graphics/android/AndroidAnimation.h')
-rw-r--r--WebCore/platform/graphics/android/AndroidAnimation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/platform/graphics/android/AndroidAnimation.h b/WebCore/platform/graphics/android/AndroidAnimation.h
index 602abe2..6f1410d 100644
--- a/WebCore/platform/graphics/android/AndroidAnimation.h
+++ b/WebCore/platform/graphics/android/AndroidAnimation.h
@@ -66,6 +66,7 @@ class AndroidAnimation : public RefCounted<AndroidAnimation> {
String m_name;
AnimatedPropertyID m_type;
KeyframeValueList* m_operations;
+ LayerAndroid* m_originalLayer;
};
class AndroidOpacityAnimation : public AndroidAnimation {