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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLSharedPlatform3DObject.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/WebGLSharedPlatform3DObject.h
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLSharedPlatform3DObject.h b/third_party/WebKit/Source/modules/webgl/WebGLSharedPlatform3DObject.h
index 5afe65929efdbe281c248046a5eab8f06a72a832..14450e4ac9452f5f891c86db7c8d44544c130306 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLSharedPlatform3DObject.h
+++ b/third_party/WebKit/Source/modules/webgl/WebGLSharedPlatform3DObject.h
@@ -14,8 +14,6 @@ class WebGLRenderingContextBase;
class WebGLSharedPlatform3DObject : public WebGLSharedObject {
public:
- ~WebGLSharedPlatform3DObject() override;
-
GLuint object() const { return m_object; }
void setObject(GLuint);

Powered by Google App Engine
This is Rietveld 408576698