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

Unified Diff: Source/platform/fonts/FontCacheClient.h

Issue 227083006: [Oilpan]: Moving the FontSelector/FontCacheClient, CSSSegmentedFontFace, and FontFaceCache to the o… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 8 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
« no previous file with comments | « Source/platform/fonts/FontCache.cpp ('k') | Source/platform/fonts/FontFallbackList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/FontCacheClient.h
diff --git a/Source/platform/fonts/FontCacheClient.h b/Source/platform/fonts/FontCacheClient.h
index 4e43b8c72cf93e9d6f51f68098d434a9d97444ce..c6b9bdf3e1b1b45cba4c47ac98ba9702b0d4a4ee 100644
--- a/Source/platform/fonts/FontCacheClient.h
+++ b/Source/platform/fonts/FontCacheClient.h
@@ -32,15 +32,17 @@
#define FontCacheClient_h
#include "platform/PlatformExport.h"
+#include "platform/heap/Handle.h"
#include "wtf/RefCounted.h"
namespace WebCore {
-class PLATFORM_EXPORT FontCacheClient : public RefCounted<FontCacheClient> {
+class PLATFORM_EXPORT FontCacheClient : public RefCountedWillBeGarbageCollectedFinalized<FontCacheClient> {
public:
virtual ~FontCacheClient() { }
virtual void fontCacheInvalidated() = 0;
+ virtual void trace(Visitor*) = 0;
};
} // namespace WebCore
« no previous file with comments | « Source/platform/fonts/FontCache.cpp ('k') | Source/platform/fonts/FontFallbackList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698