summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/GraphicsLayerAndroid.h
diff options
context:
space:
mode:
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;