Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(282)

Unified Diff: Source/WebCore/html/canvas/WebGLRenderingContext.cpp

Issue 6591046: Merge 78921 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/648/
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()
« no previous file with comments | « LayoutTests/fast/canvas/webgl/context-destroyed-crash-expected.txt ('k') | Source/WebCore/html/canvas/WebKitLoseContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698