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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.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/WebGL2RenderingContext.h
diff --git a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.h b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.h
index 329e2bcb0f97b8727ea83adeb1dd3d2bbc357115..54ecc278fcf7ec5872f90f96e01484d8c972ef04 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.h
+++ b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.h
@@ -42,8 +42,6 @@ class WebGL2RenderingContext : public WebGL2RenderingContextBase {
void onError(HTMLCanvasElement*, const String& error) override;
};
- ~WebGL2RenderingContext() override;
-
CanvasRenderingContext::ContextType getContextType() const override {
return CanvasRenderingContext::ContextWebgl2;
}

Powered by Google App Engine
This is Rietveld 408576698