summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/rendering/Surface.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/android/rendering/Surface.h')
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/Surface.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/WebCore/platform/graphics/android/rendering/Surface.h b/Source/WebCore/platform/graphics/android/rendering/Surface.h
index f9f38e6..654d7bf 100644
--- a/Source/WebCore/platform/graphics/android/rendering/Surface.h
+++ b/Source/WebCore/platform/graphics/android/rendering/Surface.h
@@ -61,7 +61,6 @@ public:
LayerAndroid* getFirstLayer() const { return m_layers[0]; }
bool needsTexture() { return m_needsTexture; }
- bool hasText() { return m_hasText; }
bool isBase();
// don't allow transform fudging for merged layers - they need the transform
@@ -87,7 +86,7 @@ private:
SurfaceBacking* m_surfaceBacking;
bool m_needsTexture;
- bool m_hasText;
+ float m_maxZoomScale;
Vector<LayerAndroid*> m_layers;
Color m_background;