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

Unified Diff: Source/platform/fonts/FontCache.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: Review feedback 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
Index: Source/platform/fonts/FontCache.h
diff --git a/Source/platform/fonts/FontCache.h b/Source/platform/fonts/FontCache.h
index 8383a513762444ce2814f6a31b925d983805f4f5..50ad4818f3c3faf1a43a222f63d2b77f31d6e204 100644
--- a/Source/platform/fonts/FontCache.h
+++ b/Source/platform/fonts/FontCache.h
@@ -88,7 +88,9 @@ public:
bool isPlatformFontAvailable(const FontDescription&, const AtomicString&);
void addClient(FontCacheClient*);
+#if !ENABLE(OILPAN)
void removeClient(FontCacheClient*);
+#endif
unsigned short generation();
void invalidate();

Powered by Google App Engine
This is Rietveld 408576698