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

Unified Diff: Source/core/html/canvas/WebGLVertexArrayObjectOES.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/WebGLVertexArrayObjectOES.cpp
diff --git a/Source/core/html/canvas/WebGLVertexArrayObjectOES.cpp b/Source/core/html/canvas/WebGLVertexArrayObjectOES.cpp
index 0c111de5111be71508feec96f268d494626551ff..55cd374ae3e0d9618e1b34b2eabff89c5d8ad76a 100644
--- a/Source/core/html/canvas/WebGLVertexArrayObjectOES.cpp
+++ b/Source/core/html/canvas/WebGLVertexArrayObjectOES.cpp
@@ -161,12 +161,12 @@ void WebGLVertexArrayObjectOES::setVertexAttribDivisor(GLuint index, GLuint divi
state.divisor = divisor;
}
-void WebGLVertexArrayObjectOES::VertexAttribState::trace(Visitor* visitor)
+DEFINE_TRACE(WebGLVertexArrayObjectOES::VertexAttribState)
{
visitor->trace(bufferBinding);
}
-void WebGLVertexArrayObjectOES::trace(Visitor* visitor)
+DEFINE_TRACE(WebGLVertexArrayObjectOES)
{
visitor->trace(m_boundElementArrayBuffer);
visitor->trace(m_vertexAttribState);
« no previous file with comments | « Source/core/html/canvas/WebGLVertexArrayObjectOES.h ('k') | Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698