summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/BaseTileTexture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/android/BaseTileTexture.cpp')
-rw-r--r--Source/WebCore/platform/graphics/android/BaseTileTexture.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/android/BaseTileTexture.cpp b/Source/WebCore/platform/graphics/android/BaseTileTexture.cpp
index 8cc67b9..f049b6f 100644
--- a/Source/WebCore/platform/graphics/android/BaseTileTexture.cpp
+++ b/Source/WebCore/platform/graphics/android/BaseTileTexture.cpp
@@ -229,7 +229,6 @@ bool BaseTileTexture::release(TextureOwner* owner)
// force readyFor to return false next call (even if texture reaquired by same tile)
m_ownTextureTileInfo.m_x = -1;
m_ownTextureTileInfo.m_y = -1;
- m_ownTextureTileInfo.m_scale = 0;
if (!m_busy) {
m_owner = 0;
} else {