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

Unified Diff: Source/core/css/FontFaceCache.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/FontFaceCache.h
diff --git a/Source/core/css/FontFaceCache.h b/Source/core/css/FontFaceCache.h
index b691ecf877a88eb023241b46c7abdd9b8955bb39..72a77dcbd2ea01dfa58d3d9fb75b43b0baa790f4 100644
--- a/Source/core/css/FontFaceCache.h
+++ b/Source/core/css/FontFaceCache.h
@@ -64,7 +64,7 @@ public:
unsigned version() const { return m_version; }
void incrementVersion() { ++m_version; }
- void trace(Visitor*);
+ DECLARE_TRACE();
private:
typedef WillBeHeapHashMap<unsigned, RefPtrWillBeMember<CSSSegmentedFontFace> > TraitsMap;

Powered by Google App Engine
This is Rietveld 408576698