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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.cpp

Issue 2392313004: [wrapper-tracing] Add tracing to WebGLRenderingContextBase and friends (Closed)
Patch Set: Add WebGL2RenderingContextBase Created 4 years, 2 months 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/WebGL2RenderingContext.cpp
diff --git a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.cpp b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.cpp
index 59d97caa68b5c97497ee1d5ebb1a6254cc062bfd..845bf6c4049f88a1848c3a42e4bcaff23d5921e7 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.cpp
+++ b/third_party/WebKit/Source/modules/webgl/WebGL2RenderingContext.cpp
@@ -164,6 +164,7 @@ DEFINE_TRACE_WRAPPERS(WebGL2RenderingContext) {
visitor->traceWrappers(m_webglDebugRendererInfo);
visitor->traceWrappers(m_webglDebugShaders);
visitor->traceWrappers(m_webglLoseContext);
+ WebGL2RenderingContextBase::traceWrappers(visitor);
Ken Russell (switch to Gerrit) 2016/10/06 19:05:14 The fact that this bug could happen is an indicati
Michael Lippautz 2016/10/06 19:58:13 Acknowledged.
}
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698