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

Unified Diff: Source/WebCore/html/canvas/WebKitLoseContext.h

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/WebKitLoseContext.h
===================================================================
--- Source/WebCore/html/canvas/WebKitLoseContext.h (revision 79906)
+++ Source/WebCore/html/canvas/WebKitLoseContext.h (working copy)
@@ -42,6 +42,7 @@
virtual ExtensionName getName() const;
void loseContext();
+ void contextDestroyed() { m_context = 0; }
private:
WebKitLoseContext(WebGLRenderingContext*);
« no previous file with comments | « Source/WebCore/html/canvas/WebGLRenderingContext.cpp ('k') | Source/WebCore/html/canvas/WebKitLoseContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698