summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/TextureInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/android/TextureInfo.cpp')
-rw-r--r--Source/WebCore/platform/graphics/android/TextureInfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/platform/graphics/android/TextureInfo.cpp b/Source/WebCore/platform/graphics/android/TextureInfo.cpp
index 849e6fc..5db1711 100644
--- a/Source/WebCore/platform/graphics/android/TextureInfo.cpp
+++ b/Source/WebCore/platform/graphics/android/TextureInfo.cpp
@@ -42,6 +42,7 @@ TextureInfo::TextureInfo(SharedTextureMode mode)
m_height = 0;
m_internalFormat = 0;
m_sharedTextureMode = mode;
+ m_eglSurface = EGL_NO_SURFACE;
}
bool TextureInfo::equalsAttributes(const TextureInfo* otherTexture)