summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/pepper_resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/plugins/pepper_resource.h')
-rw-r--r--webkit/glue/plugins/pepper_resource.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/glue/plugins/pepper_resource.h b/webkit/glue/plugins/pepper_resource.h
index 417a06b..1acaddcb 100644
--- a/webkit/glue/plugins/pepper_resource.h
+++ b/webkit/glue/plugins/pepper_resource.h
@@ -22,6 +22,7 @@ class FileRef;
class Font;
class ImageData;
class PluginModule;
+class PrivateFontFile;
class Scrollbar;
class URLLoader;
class URLRequestInfo;
@@ -80,6 +81,7 @@ class Resource : public base::RefCountedThreadSafe<Resource> {
virtual FileRef* AsFileRef() { return NULL; }
virtual Font* AsFont() { return NULL; }
virtual ImageData* AsImageData() { return NULL; }
+ virtual PrivateFontFile* AsPrivateFontFile() { return NULL; }
virtual Scrollbar* AsScrollbar() { return NULL; }
virtual URLLoader* AsURLLoader() { return NULL; }
virtual URLRequestInfo* AsURLRequestInfo() { return NULL; }