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

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

Issue 140913011: Trim FontSelector interface a bit. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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 4fcfb3fd234b1e288c3d0ede1524a2d9c577efdd..1f91ec46d89847e29153aa27e9143fe8f383bdb8 100644
--- a/Source/platform/fonts/FontCache.h
+++ b/Source/platform/fonts/FontCache.h
@@ -54,10 +54,10 @@ class SkTypeface;
namespace WebCore {
+class FontCacheClient;
class FontPlatformData;
class FontData;
class FontDescription;
-class FontSelector;
class OpenTypeVerticalData;
class SimpleFontData;
@@ -85,8 +85,8 @@ public:
SimpleFontData* getNonRetainedLastResortFallbackFont(const FontDescription&);
bool isPlatformFontAvailable(const FontDescription&, const AtomicString&);
- void addClient(FontSelector*);
- void removeClient(FontSelector*);
+ void addClient(FontCacheClient*);
+ void removeClient(FontCacheClient*);
unsigned short generation();
void invalidate();

Powered by Google App Engine
This is Rietveld 408576698