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

Unified Diff: Source/core/html/canvas/WebGLUniformLocation.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/WebGLUniformLocation.h
diff --git a/Source/core/html/canvas/WebGLUniformLocation.h b/Source/core/html/canvas/WebGLUniformLocation.h
index 58384b4c41fc367b5a34d067c80c06620738ba39..a95c46ea764b307953423ec84af8f8e8753ca49b 100644
--- a/Source/core/html/canvas/WebGLUniformLocation.h
+++ b/Source/core/html/canvas/WebGLUniformLocation.h
@@ -43,7 +43,7 @@ public:
GLint location() const;
- void trace(Visitor*);
+ DECLARE_TRACE();
protected:
WebGLUniformLocation(WebGLProgram*, GLint location);
« no previous file with comments | « Source/core/html/canvas/WebGLShaderPrecisionFormat.h ('k') | Source/core/html/canvas/WebGLUniformLocation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698