summaryrefslogtreecommitdiffstats
path: root/WebCore/html/canvas/WebGLTexture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/canvas/WebGLTexture.cpp')
-rw-r--r--WebCore/html/canvas/WebGLTexture.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/html/canvas/WebGLTexture.cpp b/WebCore/html/canvas/WebGLTexture.cpp
index 4e4096b..d24405a 100644
--- a/WebCore/html/canvas/WebGLTexture.cpp
+++ b/WebCore/html/canvas/WebGLTexture.cpp
@@ -45,6 +45,7 @@ WebGLTexture::WebGLTexture(WebGLRenderingContext* ctx)
, m_magFilter(GraphicsContext3D::LINEAR)
, m_wrapS(GraphicsContext3D::REPEAT)
, m_wrapT(GraphicsContext3D::REPEAT)
+ , m_internalformat(0)
, m_isNPOT(false)
, m_needToUseBlackTexture(false)
{