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

Unified Diff: Source/core/html/canvas/WebGLShaderPrecisionFormat.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/WebGLShaderPrecisionFormat.h
diff --git a/Source/core/html/canvas/WebGLShaderPrecisionFormat.h b/Source/core/html/canvas/WebGLShaderPrecisionFormat.h
index 87436a44106696c7afb23fffa8c43d515ca62d1c..1b2c998681e0bdf74bbe69edea60ae0e1cb3ffce 100644
--- a/Source/core/html/canvas/WebGLShaderPrecisionFormat.h
+++ b/Source/core/html/canvas/WebGLShaderPrecisionFormat.h
@@ -44,7 +44,7 @@ public:
GLint rangeMax() const;
GLint precision() const;
- void trace(Visitor*) { }
+ DEFINE_INLINE_TRACE() { }
private:
WebGLShaderPrecisionFormat(GLint rangeMin, GLint rangeMax, GLint precision);
« no previous file with comments | « Source/core/html/canvas/WebGLRenderingContextBase.cpp ('k') | Source/core/html/canvas/WebGLUniformLocation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698