Index: Source/WebCore/platform/graphics/chromium/WebGLLayerChromium.cpp |
=================================================================== |
--- Source/WebCore/platform/graphics/chromium/WebGLLayerChromium.cpp (revision 93254) |
+++ Source/WebCore/platform/graphics/chromium/WebGLLayerChromium.cpp (working copy) |
@@ -49,6 +49,8 @@ |
WebGLLayerChromium::WebGLLayerChromium(GraphicsLayerChromium* owner) |
: CanvasLayerChromium(owner) |
, m_context(0) |
+ , m_textureId(0) |
+ , m_textureChanged(true) |
, m_contextSupportsRateLimitingExtension(false) |
, m_rateLimitingTimer(this, &WebGLLayerChromium::rateLimitContext) |
, m_textureUpdated(false) |