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

Unified Diff: Source/core/html/canvas/WebGLDebugShaders.h

Issue 15876011: Make WebGL extensions get lost when context is lost. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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/core/html/canvas/WebGLDebugShaders.h
diff --git a/Source/core/html/canvas/WebGLDebugShaders.h b/Source/core/html/canvas/WebGLDebugShaders.h
index 67e2067b31b891975ac54096d6aa3741648b68a4..70851fa39822cabee267fba708befe0494c07bd9 100644
--- a/Source/core/html/canvas/WebGLDebugShaders.h
+++ b/Source/core/html/canvas/WebGLDebugShaders.h
@@ -44,6 +44,7 @@ public:
virtual ~WebGLDebugShaders();
virtual ExtensionName getName() const;
+ virtual void enable();
String getTranslatedShaderSource(WebGLShader*, ExceptionCode&);

Powered by Google App Engine
This is Rietveld 408576698