summaryrefslogtreecommitdiffstats
path: root/WebCore/loader/CachedFont.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/loader/CachedFont.h')
-rw-r--r--WebCore/loader/CachedFont.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/loader/CachedFont.h b/WebCore/loader/CachedFont.h
index fd19cdb..e4414c6 100644
--- a/WebCore/loader/CachedFont.h
+++ b/WebCore/loader/CachedFont.h
@@ -39,10 +39,11 @@ namespace WebCore {
class DocLoader;
class Cache;
-class FontCustomPlatformData;
class FontPlatformData;
class SVGFontElement;
+struct FontCustomPlatformData;
+
class CachedFont : public CachedResource {
public:
CachedFont(const String& url);