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

Unified Diff: Source/core/css/CSSValue.h

Issue 953693002: InlinedVisitor: Migrate css 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/css/CSSValue.h
diff --git a/Source/core/css/CSSValue.h b/Source/core/css/CSSValue.h
index dbab9d017f78cc19cfe2b5e89d20c14a9fec88fd..cb24b2f422fd82b04b73cf03de49e7d0d2731364 100644
--- a/Source/core/css/CSSValue.h
+++ b/Source/core/css/CSSValue.h
@@ -89,8 +89,8 @@ public:
bool equals(const CSSValue&) const;
void finalizeGarbageCollectedObject();
- void traceAfterDispatch(Visitor*) { }
- void trace(Visitor*);
+ DEFINE_INLINE_TRACE_AFTER_DISPATCH() { }
haraken 2015/02/24 09:08:52 We should probably have a comment on why we need t
+ DECLARE_TRACE();
protected:

Powered by Google App Engine
This is Rietveld 408576698