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

Unified Diff: third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQueryWebGL2.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/EXTDisjointTimerQueryWebGL2.h
diff --git a/third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQueryWebGL2.h b/third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQueryWebGL2.h
index fcb41cf99eb8aa62d5b7d11674bd389dc7c5e688..8d45c30a4f06d0a089e7b6aac7a1d42a7b68a8ab 100644
--- a/third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQueryWebGL2.h
+++ b/third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQueryWebGL2.h
@@ -23,7 +23,6 @@ class EXTDisjointTimerQueryWebGL2 final : public WebGLExtension {
static bool supported(WebGLRenderingContextBase*);
static const char* extensionName();
- ~EXTDisjointTimerQueryWebGL2() override;
WebGLExtensionName name() const override;
void queryCounterEXT(WebGLQuery*, GLenum);

Powered by Google App Engine
This is Rietveld 408576698