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

Unified Diff: Source/core/html/canvas/WebGLVertexArrayObjectOES.h

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.h
diff --git a/Source/core/html/canvas/WebGLVertexArrayObjectOES.h b/Source/core/html/canvas/WebGLVertexArrayObjectOES.h
index e6f4447dcee1591e2d8c412e54042bf92ef4682f..7962e4f2825bcd4aaddad8d2eedc720b783abffe 100644
--- a/Source/core/html/canvas/WebGLVertexArrayObjectOES.h
+++ b/Source/core/html/canvas/WebGLVertexArrayObjectOES.h
@@ -62,7 +62,7 @@ public:
{
}
- void trace(Visitor*);
+ DECLARE_TRACE();
bool enabled;
RefPtrWillBeMember<WebGLBuffer> bufferBinding;
@@ -89,7 +89,7 @@ public:
void unbindBuffer(PassRefPtrWillBeRawPtr<WebGLBuffer>);
void setVertexAttribDivisor(GLuint index, GLuint divisor);
- virtual void trace(Visitor*) override;
+ DECLARE_VIRTUAL_TRACE();
private:
WebGLVertexArrayObjectOES(WebGLRenderingContextBase*, VaoType);
« no previous file with comments | « Source/core/html/canvas/WebGLUniformLocation.cpp ('k') | Source/core/html/canvas/WebGLVertexArrayObjectOES.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698