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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLLoseContext.h

Issue 2547813002: Remove WebGLObject maps from WebGLRenderingContextBase and WebGLContextGroup. (Closed)
Patch Set: Fixed WebGLContextObject::validate. Made WebGLExtension non-finalized. Created 4 years 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: third_party/WebKit/Source/modules/webgl/WebGLLoseContext.h
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLLoseContext.h b/third_party/WebKit/Source/modules/webgl/WebGLLoseContext.h
index 3ce1ef1176c13d617e33f5f66b3d1d4b0d0f0106..32bdc5e4fde3ebacc49614d58ed335843e1552cf 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLLoseContext.h
+++ b/third_party/WebKit/Source/modules/webgl/WebGLLoseContext.h
@@ -40,7 +40,6 @@ class WebGLLoseContext final : public WebGLExtension {
static bool supported(WebGLRenderingContextBase*);
static const char* extensionName();
- ~WebGLLoseContext() override;
WebGLExtensionName name() const override;
void lose(bool) override;

Powered by Google App Engine
This is Rietveld 408576698