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

Unified Diff: Source/core/html/canvas/EXTDrawBuffers.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/EXTDrawBuffers.h
diff --git a/Source/core/html/canvas/EXTDrawBuffers.h b/Source/core/html/canvas/EXTDrawBuffers.h
index c47fe2aa4753c2ce9a9fe06d73e3209d1cc52f77..e12a10e1f98eefdfbe6dd2ced9758c1fff38a52f 100644
--- a/Source/core/html/canvas/EXTDrawBuffers.h
+++ b/Source/core/html/canvas/EXTDrawBuffers.h
@@ -40,6 +40,7 @@ public:
virtual ~EXTDrawBuffers();
virtual ExtensionName getName() const;
+ virtual void enable();
void drawBuffersEXT(const Vector<GC3Denum>& buffers);
« no previous file with comments | « no previous file | Source/core/html/canvas/EXTDrawBuffers.cpp » ('j') | Source/core/html/canvas/OESStandardDerivatives.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698