| 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();
|
|
|