Index: ppapi/proxy/resource_creation_proxy.h |
diff --git a/ppapi/proxy/resource_creation_proxy.h b/ppapi/proxy/resource_creation_proxy.h |
index 940b254ff20fe089489ea1210b41ef58a6853fef..6c3bbc141ddb88f5bc7588a192da8b5f77ac0c98 100644 |
--- a/ppapi/proxy/resource_creation_proxy.h |
+++ b/ppapi/proxy/resource_creation_proxy.h |
@@ -75,6 +75,9 @@ class ResourceCreationProxy : public InterfaceProxy, |
virtual PP_Resource CreateResourceArray(PP_Instance instance, |
const PP_Resource elements[], |
uint32_t size) OVERRIDE; |
+ virtual PP_Resource CreateTrueTypeFont( |
+ PP_Instance instance, |
+ const PP_TrueTypeFontDesc_Dev* desc) OVERRIDE; |
virtual PP_Resource CreateURLLoader(PP_Instance instance) OVERRIDE; |
virtual PP_Resource CreateURLRequestInfo( |
PP_Instance instance, |