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

Unified Diff: third_party/WebKit/Source/modules/webgl/OESVertexArrayObject.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/OESVertexArrayObject.h
diff --git a/third_party/WebKit/Source/modules/webgl/OESVertexArrayObject.h b/third_party/WebKit/Source/modules/webgl/OESVertexArrayObject.h
index c0f810851f7a27864bf952bef142370058b232f8..e87872895a099a87ef261b9c6ef1da3ea4b24485 100644
--- a/third_party/WebKit/Source/modules/webgl/OESVertexArrayObject.h
+++ b/third_party/WebKit/Source/modules/webgl/OESVertexArrayObject.h
@@ -41,7 +41,6 @@ class OESVertexArrayObject final : public WebGLExtension {
static bool supported(WebGLRenderingContextBase*);
static const char* extensionName();
- ~OESVertexArrayObject() override;
WebGLExtensionName name() const override;
WebGLVertexArrayObjectOES* createVertexArrayOES();

Powered by Google App Engine
This is Rietveld 408576698