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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.cpp

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.cpp
diff --git a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.cpp b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.cpp
index 01141e5be87a6d36335777e5e7577648fa1d4628..6adffa55d75080c4fc573c3ba93cb3c6420b7568 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.cpp
@@ -135,8 +135,6 @@ WebGL2RenderingContext::WebGL2RenderingContext(
std::move(contextProvider),
requestedAttributes) {}
-WebGL2RenderingContext::~WebGL2RenderingContext() {}
-
void WebGL2RenderingContext::setCanvasGetContextResult(
RenderingContext& result) {
result.setWebGL2RenderingContext(this);

Powered by Google App Engine
This is Rietveld 408576698