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

Unified Diff: Source/core/html/canvas/WebGL2RenderingContext.cpp

Issue 932403002: InlinedVisitor: Migrate html to use inlined tracing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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: Source/core/html/canvas/WebGL2RenderingContext.cpp
diff --git a/Source/core/html/canvas/WebGL2RenderingContext.cpp b/Source/core/html/canvas/WebGL2RenderingContext.cpp
index 7554820e85518fbd7d4e7474282451cae7023e34..193657d8356aa173d196bd98c31819c2a9717ec3 100644
--- a/Source/core/html/canvas/WebGL2RenderingContext.cpp
+++ b/Source/core/html/canvas/WebGL2RenderingContext.cpp
@@ -67,7 +67,7 @@ void WebGL2RenderingContext::registerContextExtensions()
registerExtension<WebGLDebugShaders>(m_webglDebugShaders);
}
-void WebGL2RenderingContext::trace(Visitor* visitor)
+DEFINE_TRACE(WebGL2RenderingContext)
{
visitor->trace(m_webglDebugRendererInfo);
visitor->trace(m_webglDebugShaders);
« no previous file with comments | « Source/core/html/canvas/WebGL2RenderingContext.h ('k') | Source/core/html/canvas/WebGL2RenderingContextBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698