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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.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/WebGLRenderingContext.h
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.h b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.h
index faf9281a71ae576ac82d81523d58716d2235cdeb..de862377000033b5f3047fdf9ad288b11777292c 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.h
+++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContext.h
@@ -69,8 +69,6 @@ class WebGLRenderingContext final : public WebGLRenderingContextBase {
void onError(HTMLCanvasElement*, const String& error) override;
};
- ~WebGLRenderingContext() override;
-
CanvasRenderingContext::ContextType getContextType() const override {
return CanvasRenderingContext::ContextWebgl;
}
@@ -80,7 +78,6 @@ class WebGLRenderingContext final : public WebGLRenderingContextBase {
void setCanvasGetContextResult(RenderingContext&) final;
void setOffscreenCanvasGetContextResult(OffscreenRenderingContext&) final;
- EAGERLY_FINALIZE();
DECLARE_VIRTUAL_TRACE();
DECLARE_VIRTUAL_TRACE_WRAPPERS();

Powered by Google App Engine
This is Rietveld 408576698