Chromium Code Reviews| Index: Source/WebCore/html/canvas/WebGLRenderingContext.cpp |
| =================================================================== |
| --- Source/WebCore/html/canvas/WebGLRenderingContext.cpp (revision 79906) |
| +++ Source/WebCore/html/canvas/WebGLRenderingContext.cpp (working copy) |
| @@ -437,6 +437,8 @@ |
| WebGLRenderingContext::~WebGLRenderingContext() |
| { |
| detachAndRemoveAllObjects(); |
| + if (m_webkitLoseContext) |
| + m_webkitLoseContext->contextDestroyed(); |
| } |
| void WebGLRenderingContext::markContextChanged() |