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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLFenceSync.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/WebGLFenceSync.h
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLFenceSync.h b/third_party/WebKit/Source/modules/webgl/WebGLFenceSync.h
index f4d172e57fce302786016f9c50aa684559027183..bf8489806e41e71cf147b686184ab5431cc9b394 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLFenceSync.h
+++ b/third_party/WebKit/Source/modules/webgl/WebGLFenceSync.h
@@ -13,8 +13,6 @@ class WebGL2RenderingContextBase;
class WebGLFenceSync : public WebGLSync {
public:
- ~WebGLFenceSync() override;
-
static WebGLSync* create(WebGL2RenderingContextBase*,
GLenum condition,
GLbitfield flags);

Powered by Google App Engine
This is Rietveld 408576698