summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/GraphicsLayerAndroid.h
diff options
context:
space:
mode:
authorNicolas Roard <nicolas@android.com>2010-12-14 17:00:56 -0800
committerNicolas Roard <nicolas@android.com>2010-12-15 10:00:17 -0800
commitff8665d820cc087df2b169dc727396c2a57e65ae (patch)
tree3729e08926f02c500453edce49f30ea90e32237d /WebCore/platform/graphics/android/GraphicsLayerAndroid.h
parent4ab61e100d25f6998a1b91e1949a0c81ddf00beb (diff)
downloadexternal_webkit-ff8665d820cc087df2b169dc727396c2a57e65ae.zip
external_webkit-ff8665d820cc087df2b169dc727396c2a57e65ae.tar.gz
external_webkit-ff8665d820cc087df2b169dc727396c2a57e65ae.tar.bz2
Refactoring of animation
We use Webkit animation classes instead of using our own. Implements keyframes animation for transform. Simplify LayerAndroid to remove the individual scaling/translate/rotation attributes and use a TransformationMatrix instead. Also cleaned up the style. Change-Id: I9a4d5c064c30bba568c37ced946405ed60019d33
Diffstat (limited to 'WebCore/platform/graphics/android/GraphicsLayerAndroid.h')
-rw-r--r--WebCore/platform/graphics/android/GraphicsLayerAndroid.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/WebCore/platform/graphics/android/GraphicsLayerAndroid.h b/WebCore/platform/graphics/android/GraphicsLayerAndroid.h
index ea8c5c9..1e17f47 100644
--- a/WebCore/platform/graphics/android/GraphicsLayerAndroid.h
+++ b/WebCore/platform/graphics/android/GraphicsLayerAndroid.h
@@ -135,19 +135,11 @@ private:
bool m_needsSyncChildren;
bool m_needsSyncMask;
bool m_needsRepaint;
- bool m_needsDisplay;
bool m_needsNotifyClient;
bool m_haveContents;
bool m_haveImage;
- float m_translateX;
- float m_translateY;
- float m_currentTranslateX;
- float m_currentTranslateY;
-
- FloatPoint m_currentPosition;
-
Vector<FloatRect> m_invalidatedRects;
LayerAndroid* m_contentLayer;