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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.h

Issue 2539113002: [wrapper-tracing] Fix WebGL extension and attachment handling (Closed)
Patch Set: Fix wrapper tracing methods 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/WebGLFramebuffer.h
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.h b/third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.h
index 436cb394c9fed9f991d7434e227a09551fb82ac4..8f9a9db9d7c6eba75756f48369a42a7c52f68869 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.h
+++ b/third_party/WebKit/Source/modules/webgl/WebGLFramebuffer.h
@@ -45,7 +45,8 @@ class WebGLFramebuffer final : public WebGLContextObject {
DEFINE_WRAPPERTYPEINFO();
public:
- class WebGLAttachment : public GarbageCollectedFinalized<WebGLAttachment> {
+ class WebGLAttachment : public GarbageCollectedFinalized<WebGLAttachment>,
+ public TraceWrapperBase {
public:
virtual ~WebGLAttachment();

Powered by Google App Engine
This is Rietveld 408576698